Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that i used the sub auto to run the macro from a
hyperlink. It runs well. The application is not visible at the start of the process, however, visible at the end. All i need is for the macro to run as invisible when the process is started using an hyperlink. I add the application.quit at the end of the macro hoping it will close excel application once the macro has ran. All it did was rerun the process again and again. I strongly beleive this is because I am running the macro through an hyperlink. It works well running it by click just the excel sheet. thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried to split the process.
ActiveWorkbook.Close (this may ask for a save) or ActiveWorkbook.Close False (this wont as for a save) then add Application.quit This may help, or others may be able to give a better idea! Celtic_Avenger :) :) :) :) : -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to quit application | Excel Discussion (Misc queries) | |||
Excel application.quit in macro problem | New Users to Excel | |||
application.quit will not shut off application | Excel Programming | |||
Macro to quit excel and go back to original application | Excel Programming | |||
Using Application.quit is causing my macro to run and print twice... | Excel Programming |