Hi Everyone,
I want to write macro to send messages in Skype. And I found below coding but I am getting an error message as "Wait timeout" while running below macro
Sub testingskype()
Dim aSkype As SKYPE4COMLib.Skype
Set aSkype = New SKYPE4COMLib.Skype
Dim oChat As Chat
Dim skUser As...