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 sizbut 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. lorrie3292

    Clear Dialog Box

    Worked like a charm! Thank you.
  2. lorrie3292

    Clear Dialog Box

    I created this macro to force the user to save the file as (something else) so that the original file is preserved: Sub Save_file_as() 'Bring up SaveAs menu fileSaveName = Application.GetSaveAsFilename( _ fileFilter:="Excel Files (*.xls), *.xls") 'If user specified...

Part and Inventory Search

Back
Top