speakers_86
Registered User.
- Local time
- Yesterday, 20:43
- Joined
- May 17, 2007
- Messages
- 1,919
I am trying to automate data entry into my program. The data comes from an excel sheet. I can't just use import, I have to do it with vba.
I need a routine that:
opens a specified excel document
cycle through all sheets
place the value of A1 in my form
Then there is a table starting at A13 to J13, and goes down for an
unkown number of rows. I need to cycle through each record and move
that data into my subform.
I am okay with vba, but manipulating Excel is something I've never needed to do. I tried to make it work last night using a reference to the excel library, but I couldn't even get the path to open!
I need a routine that:
opens a specified excel document
cycle through all sheets
place the value of A1 in my form
Then there is a table starting at A13 to J13, and goes down for an
unkown number of rows. I need to cycle through each record and move
that data into my subform.
I am okay with vba, but manipulating Excel is something I've never needed to do. I tried to make it work last night using a reference to the excel library, but I couldn't even get the path to open!