Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add-in Error "Application-defined or Object-Defined Error" | Excel Programming | |||
1004 "Application-defined or object-defined error" | Excel Programming | |||
What does "Application-defined or object-defined error" mean? | Excel Programming | |||
"Application-defined or object-defined error" while printing excel report | Excel Programming | |||
"Run Time Error 1004 Application Defined or Object Defined Error." | Excel Programming |