Hello,
This question is about opening a file with the file dialog window in powerpoint.
In excel using following code works great:
fileToOpen = Application _
.GetOpenFilename("Text Files (*.txt), *.txt")
If fileToOpen <> False Then
MsgBox "Open " & fileToOpen
End If
In powerpoint it...
Hello, Basically I want to access an existing menu to add (sub)menu item: e.g. to access File CommandBarControl.
Set fileCtrl = Application.CommandBars("Menu Bar").Controls(1) 'File menu
But how do I get a reference to the other elements in the menu:
Set newCtrl =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.