I am still getting errors:
My code is
but I get a "runtime error 13 type mismatch on the "run a(b).![]()
Sub day1move() rundailyloadroutine "loadoverroutine", 7 End Sub Sub rundailyloadroutine(a, b) Run a(b) End Sub Sub loadoverroutine() ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True End Sub
and a "compile error. expected sub,function,or property" fif I try call a(b)
Thanks guys
Bookmarks