View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_4_] Nigel[_4_] is offline
external usenet poster
 
Posts: 16
Default Opening and Closing workbooks

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 =---