Hello all,
I have an elementary level macro which basically opens a hyperlink when the number in a cell changes. The problem for me is though that I cant get the macro to be running continuously and it gets executed only when I run it myself each and every time. I basically need for the macro to be constantly on and execute the hyperlink each time the cell value changes. I looked up on the internet and it asked me to access the private Worksheet object and put in the code in Private Sub Worksheet_Change(ByVal Target As Range). How exactly do I access this object? Any help would be greatly appreciated.
I have an elementary level macro which basically opens a hyperlink when the number in a cell changes. The problem for me is though that I cant get the macro to be running continuously and it gets executed only when I run it myself each and every time. I basically need for the macro to be constantly on and execute the hyperlink each time the cell value changes. I looked up on the internet and it asked me to access the private Worksheet object and put in the code in Private Sub Worksheet_Change(ByVal Target As Range). How exactly do I access this object? Any help would be greatly appreciated.