Good day,

Using VBA,

I want to open a work book and run the macro in the opened file,

From File 1,
Workbooks.Open Filename:= File 2
Run macro in File 2

Since the macro is in a different module, would I have to use application.run rather call ?