The error I'm getting is Method 'AutoUpdateFrequency' of object '_Workbook' failed. I have the ThisWindow page set up as workbook and Open, like described in the help file. Any suggestions on why it is failing.
Private Sub Workbook_Open()
ActiveWorkbook.RunAutoMacros xlAutoActivate
ActiveWorkbook.AutoUpdateFrequency = 5
End Sub
Private Sub Workbook_Open()
ActiveWorkbook.RunAutoMacros xlAutoActivate
ActiveWorkbook.AutoUpdateFrequency = 5
End Sub