1

I am trying to automate the process of creating meeting invites in outlook. In this regard, I have the macro to create appointments in outlook from data in excel sheet.

The challenge is, I have to convert them into “Online Skype for business meetings”.

Basically a code to do the clicking of button “Skype meeting” have to be done. Request you to help me out!

Thanks in advance

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343

1 Answers1

0

I couldn't find a real method to do this unfortunately. My current workaround is to add a button "Skype Meeting" to the Quick Access Toolbar and activate it via SendKeys % (Alt) and SendKeys

Thierry Dalon
  • 779
  • 5
  • 21