| Thread | Last Post | Replies |
|
| Deformat in VB Excel - turn "Jan" into numeric | 31 Mar 2007 20:44 GMT | 11 |
I am tring to automatically create and name new worksheets in excel using VB. I have found out how to create and name sheets but I want my sheets to be named after consecutive months - so at the moment I have a long "If then
|
| Reference last worksheet in excel workbook in VB code | 31 Mar 2007 17:25 GMT | 2 |
I am tring to get the name of the last sheet in a workbook but have obviously got my syntax wrong somewhere - this is what I am using; If Worksheet.Name(Worksheets.Count) = "Jan" Then this gives an 'object required' error - can anyone help me find the right
|
| Need VB program to spit out different cominations of Y and N | 30 Mar 2007 22:31 GMT | 2 |
Hello to all out there, I need some help for some testing: I have 5 categories that could either be a Yes or No. The order isn't important so it can be any combinations of Y OR N for 1 set. I used the combination formula to
|
| Enter key to act like Tab key | 30 Mar 2007 20:05 GMT | 2 |
I have a form with a large number of (input) text boxes. The input data is all numerical. After entering a data point, I would like to be able to press the *Enter* key and have the focus move to the next tab position. From the help files:
|
| printing a range of websites | 30 Mar 2007 18:20 GMT | 3 |
Does anybody know how i can print a range of websites from code? The URL of the websites are listed is in an text file or in a access database table. Accessing this data isn't the problem, printing the url is.
|
| VB Help on "Printer" | 30 Mar 2007 17:18 GMT | 15 |
Can anyone point me to the right direction/s. I have this one machine that is connected to an optical device, where the vendors of this machine won't allow us install anything on it except printers drivers.
|
| Error handling | 30 Mar 2007 16:08 GMT | 1 |
In all my VB.NET 2005 routines, I already inserted a Try...Catch routine in order to handle my errors. Is it possible - despite the presence of the Try...Catch routine, to let the program break on every error thus giving me the opportunity to adapt my
|
| Error handling | 30 Mar 2007 16:07 GMT | 1 |
In all my VB.NET 2005 routines, I already inserted a Try...Catch routine in order to handle my errors. Is it possible - despite the presence of the Try...Catch routine, to let the program break on every error thus giving me the opportunity to adapt my
|
| Getting "My Network Places" list from VB | 30 Mar 2007 13:43 GMT | 8 |
Just got an Idea for a tiny little utility I want to write... I have 8-10 network shares listed under "My Network Places" (WinXP)
|
| LOGMODEs | 30 Mar 2007 13:14 GMT | 1 |
I want to store an error in the logfile. but i want to know the Definitiion af logmode. Pllzzzz Help me. Thanks in Advance,
|
| combobox help | 30 Mar 2007 09:17 GMT | 2 |
am new in VB programming. I am doing a macro in excel and wonder if there is good way to use additem function to add data to combobox. I have a long list of comboboxes to fill in with the same entries. Right now I use new additem list for every combobox, although content
|
| vista and GMT | 29 Mar 2007 12:00 GMT | 2 |
Vista seems confused about what GMT is: my date/time is 3/27/2007 5:14PM in GMT -8 Pacific Time (US & Canada) if I set the additional clock to both available GMTs: GMT (Greenwich Mean Time: Dublin, Edinburgh, Lisbon, London)
|
| Converting a PDF document image to text | 29 Mar 2007 11:06 GMT | 5 |
I prgramatically save a PDF document as text using automation. I then process the document in VB. However, my client now has one of his clients sending an image of a document in a PDF file.
|
| Uninstalled ocx files still in components list | 29 Mar 2007 10:50 GMT | 1 |
Over time I have installed evaluation controls for demo purposes in VB. Some I have purchased, some I have not. The ones I have no use for I have removed via Add/Remove Programs. However, many still seem to appear in the list of components from the
|
| Non Zero and NZ | 28 Mar 2007 17:02 GMT | 8 |
I've worked a lot with Access Databases and can use the NZ function. When adding two fields together if one is "non zero" then the two will still add ok..... However, NZ is not a function recognized in Visual Basic. I'm building a program in VB 6.0 to use with my Access Database ...
|