Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I currently have a problem with a program I have (well that's why we write here now) What happens is one workbook opens another workbook and then the original workbook is closed. However when I do this because the code originated in the original workbook as soon as it is closed I get an object-defined error. That is to say the code can not continue to execute as I have removed the root macro that is running the operation. Does anyone know how to get around this? Thanks in advance Jase |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jase,
Store your macros in the personal.xls, this workbook is created when you choose 'store in personal' option when first storing a recorded macro. It is opened when Excel opens but remains hidden. You see edit it in the VBA project window. This is OK if you personally are running it. If however you are providing it to others on a different PCs then you might consider creating it as an add-in (xla extension) and distriubte this to others. In any case you must ensure that your macro references the correct workbook. Cheers Nigel "Jase" wrote in message ... Hi All I currently have a problem with a program I have (well that's why we write here now) What happens is one workbook opens another workbook and then the original workbook is closed. However when I do this because the code originated in the original workbook as soon as it is closed I get an object-defined error. That is to say the code can not continue to execute as I have removed the root macro that is running the operation. Does anyone know how to get around this? Thanks in advance Jase ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing workbooks w/o closing Excel | Excel Discussion (Misc queries) | |||
Disabling formula recalculation when opening or closing workbooks | Excel Discussion (Misc queries) | |||
Slow Opening & Odd Closing | New Users to Excel | |||
Closing a workbook upon opening another | New Users to Excel | |||
Closing workbooks through macro | Excel Programming |