Probably simple but I just cannot find it.
How would I go about returning the name of the excel file from within an excel macro.
Example: Test.xls
... where ??? returns "Test" or "Test.xls"
Randy
How would I go about returning the name of the excel file from within an excel macro.
Example: Test.xls
Code:
Dim strFileName as String
strFileName = [i][COLOR=red]???[/color][/i]
Randy