Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Per Jim Cone:
"What's the problem with using Excel constants?" The problem is you are running the program from Access and relying on Access to know the value of Excel constants. One can prepend the application.object to the constant... SS.xlCalculationManual 'value of -4135 The "With" issue is explained somewhere in that list of reference material I posted. Using "With" can (but not always) leave an orphan reference and prevent the Excel application from quitting. Task manager being the only way to close it. Object references are the way to go. Thanks. Also, thanks for the observation on .Select. Looked at my code and saw a good bit of it.... and now it's pretty obvious to me that it's a Bad Idea. Been rooting them out one-by-one and replacing them with direct object refs. -- PeteCresswell |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
INSERTING ROWS IMMEDIATELY AFTER PAGE BREAK | Excel Discussion (Misc queries) | |||
Inserting page break | Excel Discussion (Misc queries) | |||
Inserting A row & page break | Excel Programming | |||
Inserting header @ page break | Excel Discussion (Misc queries) | |||
Inserting rows before page break | Excel Programming |