M
Mac Office Developer
what is the VBA command to get the application folder path in mac office 2004?
what is the VBA command to get the application folder path in mac office 2004?
Peter Jamieson said:You could try:
Function getApplicationsPath() As String
getApplicationsPath = MacScript("path to applications folder as text")
End Function
Peter Jamieson
http://tips.pjmsn.me.uk
.