Thread
:
run app on database "refresh"
View Single Post
#
2
Posted to microsoft.public.excel.programming
Kenneth Hobson[_4_]
external usenet poster
Posts: 10
run app on database "refresh"
Right click the sheet's tab, View Code, and paste:
Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
FixHyperlinks
applicaiton.EnableEvents = True
End Sub
Reply With Quote
Kenneth Hobson[_4_]
View Public Profile
Find all posts by Kenneth Hobson[_4_]