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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by abafuya

  1. abafuya

    Error message when trying to show save as dialog

    Thank you for your help! I already had Excel as an object, I just changed Application to Excel as follows: Excel.Dialogs(xlDialogSaveAs).Show Now I just need to direct the user to the proper directory to save to. I saw something about that in another thread so I will check that out.
  2. abafuya

    Error message when trying to show save as dialog

    I am new to VBA programming and am trying to show a saveas dialog to save an Excel file. I tried Application.Dialogs(xlDialogSaveAs).Show but I get an error message saying "Run-time error '438' object doesn't support this property or method" I am programming using AutoCad VBA and have the excel...

Part and Inventory Search

Back
Top