I am trying to copy a large amount of information from one spread sheet to another but i need to close the first spreadsheet down before i paste the information When i do this i get that annoying message box pop up and have to press yes everytime. Is there anyway i can do it using my vba.
I tried to use the Application.DisplayAlerts = False and true but they only hide it and then i cannot paste my information afterwards.
And i cant clear my clipboard until i have pasted it.
Thank you
I tried to use the Application.DisplayAlerts = False and true but they only hide it and then i cannot paste my information afterwards.
And i cant clear my clipboard until i have pasted it.
Thank you