S
Shane Devenshire
Hi Folks,
The above message occurs at the point marked in the following code.
Private Sub Workbook_Open()
Dim CurrBookName As String
Dim CurrBook As Workbook
Dim TotEquipNum, CurrEquipNum As Integer
CurrBookName = ActiveWorkbook.Name
Set CurrBook = Workbooks(CurrBookName)
Set DataEntryFormSheet = CurrBook.Worksheets("DataEntryForm") <-- this
line is highlighted when the error occurs.
This application was written in Excel 2003 under XP and is being run on
Excel 2007 under Vista. The user has tested this on a number of machines
and reported the same error. I can't duplicate the problem on my home
machines.
I am not on-site with the user so any feedback you can give would be most
appreciated.
TIA,
Cheers,
Shane Devenshire
The above message occurs at the point marked in the following code.
Private Sub Workbook_Open()
Dim CurrBookName As String
Dim CurrBook As Workbook
Dim TotEquipNum, CurrEquipNum As Integer
CurrBookName = ActiveWorkbook.Name
Set CurrBook = Workbooks(CurrBookName)
Set DataEntryFormSheet = CurrBook.Worksheets("DataEntryForm") <-- this
line is highlighted when the error occurs.
This application was written in Excel 2003 under XP and is being run on
Excel 2007 under Vista. The user has tested this on a number of machines
and reported the same error. I can't duplicate the problem on my home
machines.
I am not on-site with the user so any feedback you can give would be most
appreciated.
TIA,
Cheers,
Shane Devenshire