Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a macro in a QVW file. I need this macro to run at a specific time . Is there a way this can be scheduled or written in the Macro itself?
You can use this?
Application.OnTime TimeSerial(15,0,0), "Your Function Name" // That means Sub Name - Here you could replace Name