weavedreamer
Automotive
- Aug 1, 2007
- 279
I did a search for Active Macro Path.
What I am looking for is an equivalent in VBA for CATIA done in VBA for Excel
VBA: Show workbook location
Sub DisplayWorkbookPath()
MsgBox ActiveWorkbook.Path, vbInformation, "Workbook Path"
End Sub
Can something like this be accomplished within a VBA for CATIA macro?
Hard coding a precise path added the steps of executing the macro from the new location, getting a error, identifying the code responsible for the error and correcting the hard coded path.
Thanks for your consideration in this matter.
What I am looking for is an equivalent in VBA for CATIA done in VBA for Excel
VBA: Show workbook location
Sub DisplayWorkbookPath()
MsgBox ActiveWorkbook.Path, vbInformation, "Workbook Path"
End Sub
Can something like this be accomplished within a VBA for CATIA macro?
Hard coding a precise path added the steps of executing the macro from the new location, getting a error, identifying the code responsible for the error and correcting the hard coded path.
Thanks for your consideration in this matter.