| Thread | Last Post | Replies |
|
| Seasons Greetings | 30 Dec 2003 18:38 GMT | 15 |
As we head off to spend time with out families over the holidays, I'd like to wish one and all a safe Merry Christmas and the Happiest of New Years.
 Signature Randy Birch
|
| Open Microsoft Word? | 30 Dec 2003 16:59 GMT | 6 |
I don't normally do any programming, but I'm trying to get dragon to open word and it doesn't work natively. Is there a command to run C:\Program Files\Microsoft Office\OFFICE11\winword.exe ? Thank you
|
| Database connection | 30 Dec 2003 15:58 GMT | 7 |
I am a newcomer to VB and therefore need help about how to write and read from a database such as Access. I need to know how to connect to. How to update rows.
|
| Type Mismatch on RangeObj and Cells.Find | 30 Dec 2003 15:56 GMT | 1 |
When Cells.find is null the script returns an error 91 (stops dead). According to some MS help I found at the URL below I should be able to use Set RangeObj = Cells.Find (...) in order to evaluate the result. However I always
|
| Guestbook problems | 29 Dec 2003 21:17 GMT | 2 |
On my homepage I have a guestbook. Just before christmas someone wrote a message in my guestbook. My guestbook pretty much look like this page when you post a new message.
|
| Write/Read to/from file | 29 Dec 2003 16:45 GMT | 2 |
How can I read into/from a file by using vb ? Need sample code, please. Thanks :)
|
| dateformat problems | 29 Dec 2003 14:34 GMT | 2 |
is there a function to get the format of the system date? Can you change it in the code (the systemdateformat)? alternative : how do I set a date to the first of a certain month
|
| File dialog in VB | 28 Dec 2003 23:49 GMT | 1 |
For the following code, I get the message : user type not defined. Why ? Here is the code :
|
| convert byte to string | 28 Dec 2003 15:01 GMT | 2 |
I have the following : dim s as string dim b as byte b has a value of 97 (ordinal value of character "a" )
|
| Date format | 25 Dec 2003 07:47 GMT | 6 |
We have a problem using dates in different locals (for example "yyyy-MM-dd" and "dd/MM/yyyy") I read that it is possible to use the # to avoid problems. for example
|
| Setting a Range in Visual Basic in Office 2000 | 23 Dec 2003 05:50 GMT | 1 |
I am trying to copy information from one file and paste it into another file. I have a checkbox in the first file (copy area)-when checked, the text above the checkbox goes into another file (second file). The first time works
|
| Validate Date | 22 Dec 2003 15:48 GMT | 3 |
Hi, All How can i check if Month(Now) falls into range of dates like From April to October? I have to check only month. Please, any ideas...
|
| IDE 'character case' configuration | 20 Dec 2003 18:18 GMT | 1 |
How does the VB IDE control character case? For instance, where I see foo.Enabled, someone else sees foo.enabled. Since I have to share my code with other developers, and because the IDE automatically changes character case, we
|
| First Excercise with Outlook. | 20 Dec 2003 17:06 GMT | 2 |
I am doing my first working application with Sue Mosher's book on the desk and am executing the code shown below. There are 921 items in the Conacts folder and this run always halts around Item 52something with a run type error 13 Type Mismatch on the "Next"
|
| Help on calling help? | 19 Dec 2003 23:30 GMT | 4 |
I am trying to call my help program named acshelp.chm from a form but when I tried help.showhelp("acshelp.chm") and some variations nothing worked. There is not much real help on help it seems like, in the documentation for
|