Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PeteR61

    getFileOpenName "versus" FileDialog

    That worked just the way I wanted. My problem is solved. Thanks
  2. PeteR61

    getFileOpenName "versus" FileDialog

    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...
  3. PeteR61

    reference to submenu

    Thanks, great response!! Yes my code refers to powerpoint. Thanks Pete
  4. PeteR61

    reference to submenu

    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 =...

Part and Inventory Search

Back
Top