Hi All,
Can someone help me to convert the below script to vba
Hi,
Can you give an explanation of what it is trying to do and what you want.
It looks like it is trying to get some info about Groups on Yammer?
Phil
Hi,
I wanted to export yammer members to csv using this powershell script.
But wanted to share it across stakeholders. So i have created macros with vba calling the .ps1 script.
if i want to share macros I also have to share the script file.
to avoid it, if i convert ps script to vba, i can edit vba module and replace it and share only the macros to the stakeholders.
- Uma
Hi Uma,
I've never done this with VBA, or even know if it can be done. But you could implement it with with Power Query although it isn't a trivial task.
You need to refer to the yammer doco for how to implement this
https://developer.yammer.com/docs/oauth-2
and then write the API code in Power Query (in Excel).
Phil