VBA Powerpoint. How can i set environment current directory?
I also tried this code:
Sub test()
Dim sPath As String
sPath = ActiveWorkbook.Path
MsgBox sPath
End Sub
But is says: Object required
Please help me to make it work ...
|
VBA Powerpoint. How can i set environment current directory? I also tried this code:
But is says: Please help me to make it work ... |
|||||
|
|
Tim has provided the answer. You could use something like:
|
|||
|
|