VBA Powerpoint. ¿Cómo puedo configurar el directorio actual del entorno?VBA Powerpoint. ¿Cómo obtener la ruta del directorio actual del archivo a una cadena en VBA?
También probé este código:
Sub test()
Dim sPath As String
sPath = ActiveWorkbook.Path
MsgBox sPath
End Sub
Pero es dice: Object required
me puede ayudar a hacer que funcione ...
ActivePresentation.Path –