Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Get path of current work book

Sub workBook()     Debug.Print ThisWorkbook.Path End Sub