Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is a personal.xls workbook?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Personal.xls is created the first time you record a macro and select it to
be stored in Personal Macro Workbook from the dropdown list under "Store in:" in the first dialog after you click record new macro. (if one is not already loaded). Once created, it is loaded each time excel is opened manually. thus any macros recorded in the Personal.xls or compose or otherwise exist in personal.xls, will be available for use in the excel session. It is no differenct from any other workbook. It is opened each time because it is stored in the xlstart folder below the folder that contains excel.exe. Any workbook in this folder will be loaded at manual startup. It is hidden because it was hidden when last saved (look in windows=Unhide). -- Regards, Tom Ogilvy "Richard" wrote: What is a personal.xls workbook? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Personal 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) | |||
How to handle other workbook events through personal.xls workbook | Excel Programming |