Hi
I'm trying to save a file using VBA. This works fine in Excel 2003 in the UK. However when the same code is run in Japanese Excel 2003, it generates a run time error 1004 with the following message;
Unable to set “Center Footer Property” in “PageSetup Class”
This is the code, where the error occurs;
Workbooks("MBI DATA.xls").Save
I am wondering whether this message might be caused by lack of printer drivers installed on the Japanese machine. Can anyone please help?
I'm trying to save a file using VBA. This works fine in Excel 2003 in the UK. However when the same code is run in Japanese Excel 2003, it generates a run time error 1004 with the following message;
Unable to set “Center Footer Property” in “PageSetup Class”
This is the code, where the error occurs;
Workbooks("MBI DATA.xls").Save
I am wondering whether this message might be caused by lack of printer drivers installed on the Japanese machine. Can anyone please help?