I've been using this line of code for weeks with no problems. Now all of a sudden, it wants to fail. I've verified that the file path is correct, and that the file exists. I've tried adding DoEvents before and after this line, but it continues to fail. All I get is the Method Open of Objects Workbooks Failed error.
Thoughts?
Thoughts?
Code:
Set cs = Workbooks.Open("C:\Users\Rodger\Desktop\Bodies by Trish\CS Template.xlsm")
Last edited: