Searched refs:getAppSpecificPath (Results 1 – 4 of 4) sorted by relevance
99 Public Function getAppSpecificPath() As String function100 getAppSpecificPath = ActiveWorkbook.path
89 Public Function getAppSpecificPath() As String function90 getAppSpecificPath = ActiveDocument.path
98 Public Function getAppSpecificPath() As String function99 getAppSpecificPath = ActivePresentation.path
555 .BannedList.Add fso.GetAbsolutePathName(getAppSpecificPath & "\" & CWORD_DRIVER_FILE)556 .BannedList.Add fso.GetAbsolutePathName(getAppSpecificPath & "\" & CEXCEL_DRIVER_FILE)557 .BannedList.Add fso.GetAbsolutePathName(getAppSpecificPath & "\" & CPP_DRIVER_FILE)558 .BannedList.Add fso.GetAbsolutePathName(getAppSpecificPath & "\" & CWORD_DRIVER_FILE_TEMP)559 .BannedList.Add fso.GetAbsolutePathName(getAppSpecificPath & "\" & CEXCEL_DRIVER_FILE_TEMP)560 .BannedList.Add fso.GetAbsolutePathName(getAppSpecificPath & "\" & CPP_DRIVER_FILE_TEMP)
Completed in 29 milliseconds