hi
i have a read-only file that i'm trying to save but i'm getting an error message
"object value is set to nothing"
any ideas?
thanks
zach
i have a read-only file that i'm trying to save but i'm getting an error message
"object value is set to nothing"
Code:
Dim xl As Object, xl_workbook As Object, xl_sheet As Object
Set xl = CreateObject("excel.application")
xl.Visible = True
xl.Workbooks.Open Filename:="xxx.CSV"
[blue]xl_Workbook.saveas "C:\TestFile\test.xls"[/blue]
any ideas?
thanks
zach