Good afternoon,
I have a macro that I recorded that will allow me to open an excel file "Money.xls" copy the worksheet "Mort" from that file to open excel file "Savings.xls" on the worksheet "raw data" then close that file. The issue is that when it closes the Money.xls without saving it is asking me if I want to store the copied data for future use. I have to click no before the Macro can continue to do other things. How do I stop this? I dont want to keep clicking no each time I run this Macro. Any assistance is greatly appreciated.
use such line of code
check thisApplication.DisplayAlerts = False
http://www.exceltip.com/st/Turn_off_...Excel/413.html
Last edited by tom1977; 01-14-2012 at 04:21 PM.
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
That's what I thought but couldn't type it as well as you did. Thanks Tom.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks