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 Chriss Miller 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 dpcraney

  1. dpcraney

    Open an existing Read Only Excel document

    I've reviewed the posts for something similar but have been unable to find anything. I have the following code snip... Dim xlApp As Object Dim ObjWorkbook As Object Dim ObjWorksheet As Object Set xlApp = CreateObject("Excel.Application") xlApp.Application.DisplayAlerts = False set...

Part and Inventory Search

Back
Top