All -
Thanks for the help. I have a sheet designed in Excel 2010 which I have distributed to a number of users, using 2003, 2007 and 2010. Most users are able to work without a problem, but I have a couple of 2003 users having an issue with a Print Macro.
The Macro is a simple one -
Sub PrintQuote()
'
' PrintQuote Macro
'
'
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _
IgnorePrintAreas:=False
End Sub
For the users having an issue, when they press the button associated with this Macro - they receive the following error - '((#REF.xls could not be found. Check the spelling of the file name, and verify that the file location is correct.
When they go to run the Macro manually - they receive - "Compile Error: Named argument not found."
Help? Any idea on what's different between users?
Thanks for the help. I have a sheet designed in Excel 2010 which I have distributed to a number of users, using 2003, 2007 and 2010. Most users are able to work without a problem, but I have a couple of 2003 users having an issue with a Print Macro.
The Macro is a simple one -
Sub PrintQuote()
'
' PrintQuote Macro
'
'
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _
IgnorePrintAreas:=False
End Sub
For the users having an issue, when they press the button associated with this Macro - they receive the following error - '((#REF.xls could not be found. Check the spelling of the file name, and verify that the file location is correct.
When they go to run the Macro manually - they receive - "Compile Error: Named argument not found."
Help? Any idea on what's different between users?