Hi,
In order for me to access workbooks, I have to first have them saved in the same directory as the book I'm currently working in, then I have to make a call to open them. Then later, I close them. I know there has to be an easier way.
In order for me to access workbooks, I have to first have them saved in the same directory as the book I'm currently working in, then I have to make a call to open them. Then later, I close them. I know there has to be an easier way.
Code:
Workbooks.Open ("W:\Everyone\Reference.xls")
Set GlobalCourses_file = Workbooks("W:\Everyone\Reference.xls")