bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
Hello
i have a hyperlink in cell D10 (phone #)...where when i click on a button, it dails the # thru skype.
basically, when i right click on cell D10, from the menu, i select "call this number with skype: xx-xxx-xxx"
now i tried to record the macro of me right clicking and wanting to execute the link but it wont work
can someone pls help with this basic macro...i have assigned it to a button, but it wont dial....
i have a hyperlink in cell D10 (phone #)...where when i click on a button, it dails the # thru skype.
basically, when i right click on cell D10, from the menu, i select "call this number with skype: xx-xxx-xxx"
now i tried to record the macro of me right clicking and wanting to execute the link but it wont work
Code:
Sub Dial()
'
' Dial Macro
'
'
Range("D10").Select
End Sub
can someone pls help with this basic macro...i have assigned it to a button, but it wont dial....