You could do this. Create a task that opens a workbook at the required time
and in that workbook utilise the Open event to call your macro
Private Sub Workbook_Open()
Call MyMacro
End Sub
Sub MyMacro()
'Do things
End Sub
--
Mike
When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.