Hello,
Can anyone spot the problem with the following:
NewFile ="\\Valves\Reports\Assembly_Schedule_Reports\Assembly_Schedule_Valves"
OldFile = "\\Valves\Reports\Assembly_Schedule_Reports\Assembly_Schedule_Reports"
Name OldFile As NewFile
I'm creating a .pdf file without prompt for filename. The filename becomes the new of the program running. Once it is complete I want to rename the file. The above code is last lines of code in the program.
Can anyone spot the problem with the following:
NewFile ="\\Valves\Reports\Assembly_Schedule_Reports\Assembly_Schedule_Valves"
OldFile = "\\Valves\Reports\Assembly_Schedule_Reports\Assembly_Schedule_Reports"
Name OldFile As NewFile
I'm creating a .pdf file without prompt for filename. The filename becomes the new of the program running. Once it is complete I want to rename the file. The above code is last lines of code in the program.