christhedonstar
Programmer
Hi,
Is there a way to get the path where the user chose to save the workbook?
Thanks,
Chris
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
dim wbPath as string
wbPath = ????
End Sub
Cheers,
Chris
Is there a way to get the path where the user chose to save the workbook?
Thanks,
Chris
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
dim wbPath as string
wbPath = ????
End Sub
Cheers,
Chris