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 Rhinorhino 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: *

  • Users: Moostang
  • Content: Threads
  • Order by date
  1. Moostang

    VB in Access , Need code to confirm overwrite message box....

    I am exporting a form to an htm file but it keeps prompting me "Do you want to replace the existing file?" . I need to automate this by auto selecting yes. Public Sub Export() DoCmd.OutputTo acOutputForm, "Node Summery: Today Subform (By Time)", acFormatHTML...
  2. Moostang

    Exporting to Excel

    I'm trying to export a table to excel, that part works fine, but is there a variable or anything else that I can add to the code or macro to export it to a specific sheet within an exsisting excel workbook?

Part and Inventory Search

Back
Top