Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave's solution works:
Thisworkbook ALWAYS refers to the workbook that contains the VBA statement: it does not matter how many workbooks are open or which workbooks are active. The usual way of handling all this is to use Workbook object variables: Set oRealBook=Thisworkbook set oTempBook=Workbooks("Temp.xls") regards Charles __________________________________________________ The Excel Calculation Site http://www.decisionmodels.com "PeteCresswell" wrote in message ... On May 22, 10:04 pm, Dave Peterson wrote: First, if all you're doing is saving the workbook's name and its path, you could use something like: Thisworkbook.name Thisworkbook.fullname Thisworkbook.path I should have mentioned this in the OP: problem is that when a user double-clicks a .XLS, Windows has this nasty habit of opening up the .XLS in whatever instance of Excel already happens tb running. Hence, at any given time "ThisWorkBook" could be something besides the one I'm working in. Also, some of my routines open up "Temp" spreadsheets and copy worksheets from them into my "Real" workbook. Bottom line is that I want (need?) to make all my object references explicit - by name - instead of by number. e.g. ".WorkBooks("Whatever") instead of ".WorkBooks(2)". I'm pretty sure the business of opening into an existing Excel instance could be altered via some registry entry or another.... but I want this thing tb portable without any OS customization. So I'm back to the question of whether squirreling away those intially- acquired values in an invisible "System" worksheet is good practice. Haven't seen anything to the contrary. Once I get on top of some other issues I'll go that route if nobody gives a reason not to. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming |