How call number form database access to Skype?

alnw15

New member
Local time
Today, 02:59
Joined
Sep 24, 2018
Messages
2
I have app by database access there is many form numbers phone , I want click on number than go number to Skype for connection thanks

there is code on excel but on work on access

=HYPERLINK("callto: +1 555 123456")
 
Try using

Application.FollowHyperlink "callto: +1 555 123456"

No idea if it will work as we don't have skype calling enabled, but if that is the default windows action it probably will work.
 
Last edited:
thank you
It is success
 
try it Application.FollowHyperlink "callto: numberphone"
 

Users who are viewing this thread

Back
Top Bottom