bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
hello
i have the following formula in place
=HYPERLINK("skype:+"& B3 &"?call","call")
i tried to create a macro button, when click would execute that link
however, it doesnt work....it goes to the cell but doesnt open the program....can someone pls help?
i have the following formula in place
=HYPERLINK("skype:+"& B3 &"?call","call")
i tried to create a macro button, when click would execute that link
Code:
sub call
range ("D11").Hyperlinks(1).Follow
end sub
however, it doesnt work....it goes to the cell but doesnt open the program....can someone pls help?