How to close a workbook which contains the macro that's just been run?

D

dead_girl

Hi Ryan,

Thank you kindly for your reply.

That extra bit of code (in red) was added after creating my initia
macro, which was running without error until the extra code was added.

Hence, I believe it is that extra bit of code (in red for closing th
workbook) that is the cause of the error message.

In any case, he way I've done it seems to be a bit cumbersome:

1. I select the workbook which contains the macro and make it th
active workbook
Workbooks("Replace_All Names.xls").Activate

2. Then close the active workbook (ie. the workbook which contains th
macro that I've made the active workbook by step 1.)
ActiveWorkbook.Close

Are there any other elegant ways of doing this simple task

:confused:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top