ExcelFailure
Board Regular
- Joined
- Mar 6, 2013
- Messages
- 74
Hi there,
I have the following macro
How can i get this to run in the background every 30 or so seconds?
Thanks
I have the following macro
Code:
Sub Refresh()
'
' Refresh Macro
'
'
ActiveWorkbook.RefreshAll
End Sub
How can i get this to run in the background every 30 or so seconds?
Thanks