You're very welcome.
And yes, the perfect book for you is "Excel 2002 VBA Programmer's Reference" by WROX Publishing (www.wrox.com). It has very good examples for beginning programmers, but also is very complete for advanced users. I keep it by my side for reference all the time...
Yes, UserForms in Excel are nice to use if you have a defined structure of items that you want to store. First of all, what version of Excel are you using? I will assume you are using 2000 or 2002. If not, the following may not work quite the same way in earlier versions.
What you would do...
RMCTA...
It sounds to me like your best course of action to take with this sort of application would be to have a UserForm that the person would fill out (and you can use drop-down boxes for them to choose an item) and then have the macro code create the import sheet for you which could take...
Dave...
You need to create a sub for the initialization of the userform that will fill the list of combo boxes at the start. Example of filling the combo box full of all the countries in the world is as follows:
Private Sub UserForm_Initialize()
Dim vaCountry As Variant...
Installed HD with existing data on it into a SCO 5.0.6 system, then initialized it. Then issued the mount command to mount it (mount /dev/oldhd /mnt). No errors on this command but a strange thing happens... /mnt disappears and I then cannot unmouunt the device. Is the HD fried maybe? Anyone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.