Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi there, I use the personal VB workbook to run a series of macros. They run a macro on the active workbook. At the end of the macros I need to tell the Macro within the Personal workbook to close the active workbook on which it has just run the macros... , anyone know the VB for that...??? Regards D *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWorkbook.Close SaveChanges:=True
-- Regards, Tom Ogilvy "Darin Kramer" wrote: Hi there, I use the personal VB workbook to run a series of macros. They run a macro on the active workbook. At the end of the macros I need to tell the Macro within the Personal workbook to close the active workbook on which it has just run the macros... , anyone know the VB for that...??? Regards D *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
default template (book.xlt) doesn't close | Excel Discussion (Misc queries) | |||
Create new book..paste data..save..close | Excel Programming | |||
Open book, check for macros, close book | Excel Programming | |||
Copy and paste ranges from a close book using Validation | Excel Programming | |||
close work book via macro | Excel Programming |