![]() |
Unable to run excel macro after changing file name
After changing the filename in an excel macro, receiving Error number 5 -
Invalid procedure call or argument when users with excel 2000 run the macro. Users with excel 2003 are not having this issue |
Post the line of code that is causing the error.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "merf" wrote in message ... After changing the filename in an excel macro, receiving Error number 5 - Invalid procedure call or argument when users with excel 2000 run the macro. Users with excel 2003 are not having this issue |
Here is the macro code:
Dim Message, Title, Default, OperID, Response Message = "Enter the PeopleSoft User ID of the person who ran the report:" Title = "Format Daily Hire Report: PeopleSoft User ID" OperID = InputBox(Message, Title) fName = "\\OMACSAN01\PEOPLESOFT\Report_Output\user\Reports \DAILY-REPORT-" & OperID & ".CSV" With Application.FileSearch .NewSearch .LookIn = "\\OMACSAN01\PEOPLESOFT\Report_Output\user\Reports " .Filename = fName Workbooks.Open Filename:=fName After hitting 'Workbooks.Open Filename:=fName' is when we receive the error. Thanks for your help. "Chip Pearson" wrote: Post the line of code that is causing the error. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "merf" wrote in message ... After changing the filename in an excel macro, receiving Error number 5 - Invalid procedure call or argument when users with excel 2000 run the macro. Users with excel 2003 are not having this issue |
All times are GMT +1. The time now is 02:18 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com