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 derfloh 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: rev0102
  • Content: Threads
  • Order by date
  1. rev0102

    Open file, auto_open, close 1st - Breaks VB.

    OK, so as it stands I have 2 files; 1.xls and 2.xls. file1 has a macro: Sub One() Workbooks.Open Filename:="c:/2.xls" MsgBox "You'll never see this message " End Sub and file2 has this in its ThisWorkbook: Private Sub Workbook_Open() Workbooks("1.xls").Close...

Part and Inventory Search

Back
Top