mightyujin
New Member
- Joined
- Jun 15, 2011
- Messages
- 12
Hi, I have excel 2003 and i use macro to copy data from a file that ends in .xlsx. the data file is coming from a department other than mine and i used macro to automatically copy the data from the .xlsx file to my excel file. However i cannot open .xlsx file using macro, and am wondering if I need to use some special code to do; i.e.,
Workbooks.Open Filename:=MRfile, UpdateLinks:=0, WriteResPassword:="4701", converter:=true?
I never used converter before and please let me know how to approach this to automatically open .xlsx file. Thank you for your help
Workbooks.Open Filename:=MRfile, UpdateLinks:=0, WriteResPassword:="4701", converter:=true?
I never used converter before and please let me know how to approach this to automatically open .xlsx file. Thank you for your help