Timtropolis
Registered User.
- Local time
- Today, 15:30
- Joined
- Jun 17, 2004
- Messages
- 84
Greetings,
I am having some trouble using the "save as" function in my code (below).
obxls.saveas filename:="C:\Access_databases\Exports\NewRisks.csv"
I am trying to automate the process of saving a xls file to a .csv file and everytime I get to this line of code I get an error message stating:
Runtime error 438, Object doesn't support this property or method.
obxls is dimmed as an object.
I'm a little confused here and was wondering if someone else has experienced this. I've looked in some of the other help items here and have not found
what I need. I've seen examples that look just like mine so I'm assuming I have coded correctly. Any ideas?
TIA,
Tim
I am having some trouble using the "save as" function in my code (below).
obxls.saveas filename:="C:\Access_databases\Exports\NewRisks.csv"
I am trying to automate the process of saving a xls file to a .csv file and everytime I get to this line of code I get an error message stating:
Runtime error 438, Object doesn't support this property or method.
obxls is dimmed as an object.
I'm a little confused here and was wondering if someone else has experienced this. I've looked in some of the other help items here and have not found
what I need. I've seen examples that look just like mine so I'm assuming I have coded correctly. Any ideas?
TIA,
Tim