Hey,
Thanks a lot for your time. I have one problem I cannot fix. Actually when I use VBA to automatically open protected excel sheet (2007 version with extension like .XLSX), i used the following code:
Workbooks.Open Filename:=xxx, UpdateLinks:=0, password:=0
It does not work!!! It works fine for openning all the 2003 Excel version. It does not work for 2007 versions.
I am using excel 2003 version.
Please help me figure out how to do that.
Thanks a lot for your time. I have one problem I cannot fix. Actually when I use VBA to automatically open protected excel sheet (2007 version with extension like .XLSX), i used the following code:
Workbooks.Open Filename:=xxx, UpdateLinks:=0, password:=0
It does not work!!! It works fine for openning all the 2003 Excel version. It does not work for 2007 versions.
I am using excel 2003 version.
Please help me figure out how to do that.