M
MichaelK
When I open excel file from AccessXP it opens in the read only mode.
This file is on another machine in the same network.
I copied file on my local drive and it worked fine in my application.
I checked the properties - it's not read only.
Also I could open in from the same application another file in the same
directory and it worked fine.
Set xlApp = CreateObject("Excel.Application")
Set xlBook = xlApp.Workbooks.Open(inName)
xlApp.Visible = True
May be there some parameters I have to use to make sure that I can make
changes in the file.
Hope somebody knows what the problem is and how to go around.
Thanks,
Michael
This file is on another machine in the same network.
I copied file on my local drive and it worked fine in my application.
I checked the properties - it's not read only.
Also I could open in from the same application another file in the same
directory and it worked fine.
Set xlApp = CreateObject("Excel.Application")
Set xlBook = xlApp.Workbooks.Open(inName)
xlApp.Visible = True
May be there some parameters I have to use to make sure that I can make
changes in the file.
Hope somebody knows what the problem is and how to go around.
Thanks,
Michael