Running excel background

timpepu

Registered User.
Local time
Today, 13:15
Joined
Nov 6, 2009
Messages
22
HI !

Is it possible to drive excel in the background without seeing it (hidden) ?

Bs

Timo
 
It would help to know what you are want to do with the Excel file.
 


Purpose is to retrieve data directly from a text file into Access, but before I did it in Excel, where the field is edited in a couple of which I can not do in Access a field A example 000500000 was changed to 500 and field B 22221111 was changed to 2222-1111.

Bs
Timo
 
If it we me, I would skip Excel altogether. I do not see why you need Excel to do that. Access can import the file directly and make the same changes.

When importing data. I generally import the data to a temp/work table. Run queries and/or VBA code to clean up the data, make new fields, etc. Once that data is "clean", then I import tot he final destination table(s).
 
Last edited:

Users who are viewing this thread

Back
Top Bottom