Re: $$Excel-Macros$$ creating hyperlink on userform

2012-03-23 Thread Abhishek Jain
Dear Shankar, Please find attached the solution you want. Change the path of your file in the code of the form. I have used a hand shaped cursor file to give a look of a hyperlink to the label. For this I used a cursor file which is also attached. If you are not seeing the "hand-shape" while hove

Re: $$Excel-Macros$$ creating hyperlink on userform

2012-03-22 Thread Abhishek Jain
Assuming that you have placed full path of your file in the caption of your label (label1 in this case) itself... *Private Sub Label1_Click()* *Application.ThisWorkbook.FollowHyperlink Label1.Caption* *End Sub* ...should work. HTH On Thu, Mar 22, 2012 at 4:17 PM, Shankar Bheema wrote: > Dear