Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've got an Excel spreadsheet - more like an application - that, when I open
it in Excel 2000, says "Error in loading DLL". When I click "O.K.", there's a blank spreadsheet - not even an empty one. When I go to Tools Macro Macros..., there's no macros in there (the spreadsheet doesn't load). Can someone tell me how I can get into this spreadsheet to find out what DLL it's looking for? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can try hitting [Alt-F11] to get into the Visual Basic Editor. Once
there, look for your filename and go to the "ThisWorkbook" section and double-click it to see if you can find anything in there. You can then check each of the worksheets if there was nothing. Hope that helps. Bill wrote: I've got an Excel spreadsheet - more like an application - that, when I open it in Excel 2000, says "Error in loading DLL". When I click "O.K.", there's a blank spreadsheet - not even an empty one. When I go to Tools Macro Macros..., there's no macros in there (the spreadsheet doesn't load). Can someone tell me how I can get into this spreadsheet to find out what DLL it's looking for? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Application | Excel Discussion (Misc queries) | |||
Application/vnd.ms-excel | Excel Discussion (Misc queries) | |||
macro to close excel application other than application.quit | Excel Programming | |||
VBA Excel.Application | Excel Programming | |||
application.quit will not shut off application | Excel Programming |