Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
System shows this promt every time I close particular workbook. Workbook
contains usage of variables and ODBC queries from Pervasive SQL database. I'm tired debugging macros piece by piece without any solution. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HEIKKILÄT,
Used to get this all the time. Now only once in a while. Some of the culprits: Modules and macros with the same name Modules, macros, and variables using reserved names for Excel such as "row", "column", "sum". [if your not sure use the F1 key after you have selected the suspected word, should come up with Not Found] Variables declared as Public and also dim'ed in a module.!!!!!!!! Problems in code - make sure you have Option Explicit at the top of all your modules and than compile them. Go to this site http://www.bmsltd.co.uk/mvp/ and download the code cleaner. Works great... Temp folders that have too much in them. I am constantly emptying mine, and also the Internet Temp files folder (but do this through the Tools menu in my explorer). Don't forget your Recyle Bin. Took some work to go through my books, but it has been worth the trouble. And now I write code more carefully... -- sb "HEIKKILÄT" wrote in message ... System shows this promt every time I close particular workbook. Workbook contains usage of variables and ODBC queries from Pervasive SQL database. I'm tired debugging macros piece by piece without any solution. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error message adaytum.xla when closing workbook in Excel 2003 | Excel Discussion (Misc queries) | |||
Cannot Open Excel getting error: EXCEL.exe has generated errors .. | Excel Discussion (Misc queries) | |||
Excel Program Error - Excel.exe Generated Errors Message | Setting up and Configuration of Excel | |||
Excel error while trying to import data from an Access database - MSQRY32.exe has generated errors | Excel Discussion (Misc queries) | |||
Error while closing Excel | Excel Programming |