Hi,

I have following macro in my file:
Sub Hide_button()
Application.Run "'Generic Order Form NEW_VERSION_template.xls'!hideUnhideZeros"
Application.Run "'Generic Order Form NEW_VERSION_template.xls'!Header"
Application.Run "'Generic Order Form NEW_VERSION_template.xls'!FontWhite"
End Sub
I would like the application to run also after I rename the file. I did look at the forums but couldn't find an answer to my question. : (
I would need something like this:
Application.Run "'ThisWorkbook.path'!Header"

Thanks for you help.

Regards,
George