Searched refs:getAppSpecificVBProject (Results 1 – 4 of 4) sorted by relevance
113 Public Function getAppSpecificVBProject(currDoc As Workbook) As VBProject function114 Set getAppSpecificVBProject = currDoc.VBProject
103 Public Function getAppSpecificVBProject(currDoc As Document) As VBProject function104 Set getAppSpecificVBProject = currDoc.VBProject
112 Public Function getAppSpecificVBProject(currDoc as Presentation) As VBProject function113 Set getAppSpecificVBProject = currDoc.VBProject
114 Set myProject = getAppSpecificVBProject(currDoc)298 Set myProject = getAppSpecificVBProject(currDoc)334 Set myVBProject = getAppSpecificVBProject(currDoc)
Completed in 16 milliseconds