i have a rather long routine that I would like to fire off during my lunch break.
I will have the work book open, and I have added the necissary code to the workbook_open event
However my PC is set to lock after a few minutes due to group policy. This appears to make excel not trigger the event (at least it states that Macros are disables)
Is there any way round this?
using windows 10 and excel 365
I will have the work book open, and I have added the necissary code to the workbook_open event
Code:
Application.OnTime TimeValue("13:00:00"), "AFK UPDATE"
However my PC is set to lock after a few minutes due to group policy. This appears to make excel not trigger the event (at least it states that Macros are disables)
Is there any way round this?
using windows 10 and excel 365
Last edited: