Is there a way to make the Question box appear only once? Macro has Auto-saving and auto-looping functions...
Code:
Sub New_Copy_Over_Both_Columns()
'
If MsgBox("WARNING: Auto-Save is Activated! Do you want to continue?", 36, "Confirm") = vbNo Then Exit Sub
RunTimer = Now + TimeValue("00:05:00")
Application.OnTime RunTimer, "New_Copy_Over_Both_Columns"