Hi all,
I am trying to display the below path in a dialog box after changing the current directory in An Excel Macro. Code Sample:
ChDir "G:\Inventory Management\Daily Audits\BCS"
externWorkbookFilepath2 = "G:\Inventory Management\Daily Audits\BCS"
MsgBox externWorkbookFilepath2
MsgBox...