Tried that and it didn't work as it needs to contain part of a bit of text which isn't at the start of the description but in the middle of the description
Option Explicit
Private Sub Command56_Click()
Dim strUrl As String
strUrl = Me.Value_Source
strUrl = Replace(strUrl, "#", "")
Application.FollowHyperlink strUrl
End Sub
This code has finally got it opening in chrome, if I set my default browser to Firefox will it automatically open in Firefox
Value in value source is any website URL and I will try me.Value_Source and let u know how I get on.
Also what does debug.print Me.Value_Source do as just tried it but couldn't tell if anything happened?