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 SkipVought 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. Jeff333333

    How to close Excel from Access using VBA?

    If you don't want to have problems when opening excel files try: Dim objXLApp As New Excel.Application Dim objXLBook As Excel.workBook Dim currentWorksheet As Excel.workSheet Const ERR_APP_NOTRUNNING As Long = 429 On Error Resume Next 'Set objXLApp =...

Part and Inventory Search

Back
Top