VBA Powerpoint. Come posso impostare la directory corrente dell'ambiente?VBA Powerpoint. Come ottenere il percorso della directory corrente del file su una stringa in VBA?
Inoltre ho provato questo codice:
Sub test()
Dim sPath As String
sPath = ActiveWorkbook.Path
MsgBox sPath
End Sub
Ma è dice: Object required
Please help me per farlo funzionare ...
ActivePresentation.Path –