Hi
I have here a VBA macro which checks a server status of an URL, placed in a cell (here C2). How could this macro be adjusted to test all urls in the given column?
The code is:
Private Changing As Boolean
Private Sub RedirectChecker(ByVal url As String)
Dim sh As Worksheet
Set sh =...