December 16th, 2010 11:51 AM
You will want to post your code so we can evaluate it for VB6 conversion/compatibility.
December 13th, 2010 01:14 PM
You can also just add the link to your favorites or bookmark it.
There is a Favorites plugin for vB but with the given size and dual databases here on CG it may not be a desired addition.
October 15th, 2009 11:44 PM
No matter what you do, they can always track it back to you. Sure, someways require more work and effort but still do-able.
If your worried about it being tracked back to you then perhaps dont...
October 15th, 2009 11:39 PM
Those are correct settings so it reads all rows for its guess at the data types.
What version of Excel is the file? pre-2007 or 2007+?
October 15th, 2009 06:08 PM
Hi Neil,
Its really easy to add the Color Property Page to your UserControl. The last part to do is populate the colors.
In your UserControl there is a PropertyPages property which when you...
October 13th, 2009 03:49 AM
If you have created the parameters in your CR already then just use in your VB6 code the Parameters collection to specify and set their values.
...
October 13th, 2009 03:42 AM
You are Early Binding since you have declared your object variables as a specified type and not as "Object".
Here is my code integrated with yours.
Ps, if you declare your object variables as...
October 7th, 2009 04:19 AM
Remember that the Aero theming is not available in Vista Home Basic or Windows 7 Starter editions
October 4th, 2009 02:18 PM
You can use either of these technioques to determine the last used row/cell. It best to go from the bottom up as if you go from the top down it may not be the last used cell as it only looks at empty...
December 29th, 2008 11:15 AM
The connectionstring is incorrect or you do not have permissions to access it. Check out http://connectionstrings.com and make sure your windows username has the appropriate permissions to logon and...