KenHigg
Registered User
- Local time
- Today, 16:13
- Joined
- Jun 9, 2004
- Messages
- 13,291
I have a spreadsheet that comes in every week from SAP and I always have to open it and delete certain rows and fix a data cell here and there before my MS Access import routine will work. I was wondering if I could, in Access, add some code that would do all of this automatically?
Pseudo code would be something like:
open myXLS
trim spaces off of data in cell d21
delete rows 1 and 2
etc,
???
ken
Pseudo code would be something like:
open myXLS
trim spaces off of data in cell d21
delete rows 1 and 2
etc,
???
ken