You should be able to use something like:[vba] With UserForm1.ListBox1
Sheet1.Range(.RowSource)(.ListIndex + 1, 24).Hyperlinks(1).Follow
End With[/vba]
You should be able to use something like:[vba] With UserForm1.ListBox1
Sheet1.Range(.RowSource)(.ListIndex + 1, 24).Hyperlinks(1).Follow
End With[/vba]
Matt