Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Is there away to close the personal projekt workbook In Excel |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Like Personal.xls (in the USA version of excel)?
You can unhide it if it's hidden (window|unhide in xl2003) then close it (and don't save!) Or you could do this: hit alt-f11 to get to the VBE hit ctrl-g to see the immediate window type this and hit enter: workbooks("personal.xls").close savechanges:=false 'or true??? Then back to excel. You'll have to use the correct name for your personal.xls workbook. alvin Kuiper wrote: Hi Is there away to close the personal projekt workbook In Excel -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
personal workbook | Excel Discussion (Misc queries) | |||
Where is Personal.xls workbook? | Excel Discussion (Misc queries) | |||
personal workbook | Excel Discussion (Misc queries) | |||
Personal macro workbook and personal.xls | Excel Discussion (Misc queries) | |||
personal.xls workbook | Excel Discussion (Misc queries) |