I that a code that is called " BreakoutReDux" I run the macro when needed. Is there a way to put a timer on here to run this macro say 10 seconds after the workbook opens? I have this but it does not work. Thanks
I put it above the code on the same general module.![]()
Private Sub Workbook_Open() Application.OnTime Now + TimeValue("00:00:10"), "BreakoutReDux" End Sub
Bookmarks