I need a loop that checks top of every
Hour that states:

If appactive = "Microsoft Word" Then
End If
Else
Shell "C:\Program Files\Microsoft Office\Office\WINWORD.EXE"

But appactivate doesn’t check if the app is running?

SO I need How to set the loop to check every hour and
how to check if Word is already open?