How call number form database access to Skype? (1 Viewer)

alnw15

New member
Local time
Today, 00:37
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")
 

Minty

AWF VIP
Local time
Today, 08:37
Joined
Jul 26, 2013
Messages
10,366
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:

alnw15

New member
Local time
Today, 00:37
Joined
Sep 24, 2018
Messages
2
thank you
It is success
 

dailyxe

New member
Local time
Today, 00:37
Joined
Sep 6, 2018
Messages
6
try it Application.FollowHyperlink "callto: numberphone"
 

Users who are viewing this thread

Top Bottom