| Thread | Last Post | Replies |
|
| Reading cells from Excel | 27 Jun 2006 21:05 GMT | 4 |
The following script allows me to remap network drives that are aleady in use. I however would like to pull the drives and share info from an excel spreadsheet instead of having to edit the vb file itself. Can anyone get me started on this as I'm eager to learn and am a ...
|
| naming range of cells and moving from another book | 23 Jun 2006 20:16 GMT | 3 |
I am currently trying to copy cells from one book to a new workbook. I then name that group of cells in the new workbook. This is repeated multiple times. This would work for me if the copying and pasting was to remain the same, but this is not the case. I am finding that the new ...
|
| ODBC Time-Out | 23 Jun 2006 14:46 GMT | 2 |
I have a SQL Query, an Access Pass-Through query that I have built in VB within Access. It is timing out. Can anyone provide me the VBA syntax for setting the ODBC timeout??? Any help would be GREATLY appreciated.
|
| Help me about Filter | 22 Jun 2006 19:36 GMT | 16 |
hi all.... i have good experience with vb but i have some serious problems i have created a mysql with table dss
|
| Problems with the Rnd() function | 22 Jun 2006 05:59 GMT | 20 |
I want to generate a number between 41 and 71. To do this I use the following syntax: Randomize() CInt(Int((71 * Rnd()) + 41))
|
| Open a .pps from VBA, then exit slideshowview without closing the file | 21 Jun 2006 17:01 GMT | 1 |
I'm having a problem with the above. To be precise, I need to - from VBA - open a .pps file and take it to edit-mode. It's a part of something larger, but it's generally like this:
|
| Problem with Dividing Number in VB6 | 14 Jun 2006 01:03 GMT | 3 |
I am currently experiencing the following issue: If you take the value of 2275 and divide it by 11, (in the Windows calculator), you are presented with an answer of 206.81818181... However, if you divide the same value in VB, you are presented with 206.
|
| VB copy a text box | 13 Jun 2006 19:20 GMT | 1 |
I have a text box and a command button. I want to command button to select the contents of the text box and copy it to the clipboard so that i can paste it in another program. Here is the code that i have for the command button so far. The setfocus is the command i am using
|
| recover deleted files | 09 Jun 2006 15:34 GMT | 4 |
i need to recover some of my files deleted accidantly. how can i recover through vb? please help
|
| Modal Form | 06 Jun 2006 14:00 GMT | 3 |
Hey Gurus', I desperately need your help. I want to create a modal form but i also want the codes to execute with in the procedure or function... see example
|
| for (i=n;i<=n;i--) | 05 Jun 2006 15:07 GMT | 2 |
how do I write in vb script Please send me a reply as soon as possible. Sunita
|