VBA Code - Change Current View

Hello

Do you know the VBA code to integrate the command "Set the current view as a view..." " in a macro?

Can't get it back with the learn function...


lynkoa.jpg

Hello

I didn't try to take it with a grain of salt but:

ISldWorks::RunCommand with swCommands_Update_Std_View  looks promising?

https://help.solidworks.com/2017/English/api/sldworksapi/SolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.ISldWorks~RunCommand.html

Good luck!

Thank you for this lead!
Where can I find details about the swCommands_Update_Std_View command ?
I did a few tests, but nothing conclusive...