G
Guest
I am trying to create a macro to export TABLE3 to an Excel spreadsheet with
the filename DLYREVUSG and the date.xls, These are my settings in the macro:
Transfer Type-Export
Spreadsheet Type-Microsoft Excel 8-10
Table Name: TABLE3
File Name:C:\Documents and Settings\myusrname\My Documents\Dayend Reports
\DLYREVUSG done/TABLE3 " & Format(Date(),"mm-dd-yy") & ".xls"
When I try to run the macro, I'm getting the error "Cannot update: Database
or Object is read only"
Can someone help me with this? Not sure why I'm getting this error????
the filename DLYREVUSG and the date.xls, These are my settings in the macro:
Transfer Type-Export
Spreadsheet Type-Microsoft Excel 8-10
Table Name: TABLE3
File Name:C:\Documents and Settings\myusrname\My Documents\Dayend Reports
\DLYREVUSG done/TABLE3 " & Format(Date(),"mm-dd-yy") & ".xls"
When I try to run the macro, I'm getting the error "Cannot update: Database
or Object is read only"
Can someone help me with this? Not sure why I'm getting this error????