I have inserted a button to allow me to refresh my data (Various info from the web), however the data will only refresh when I click the button. Is there a way to make it auto refresh every 3 minutes?
Below is the data from visual basic:
Sub Refresh()
'
' Refresh Macro
'
'
ActiveWorkbook.RefreshAll
Range("B1").Select
End Sub
Thanks for the help
Below is the data from visual basic:
Sub Refresh()
'
' Refresh Macro
'
'
ActiveWorkbook.RefreshAll
Range("B1").Select
End Sub
Thanks for the help