why should i use single quotes for application.run in excel?
- by every_answer_gets_a_point
i have this:
Application.Run ("'L:\database\lcmsmacro\macro1.xlsm'!macro_name")
why should i use the single quotes? does it not recognize the backslash?