So I'm updating a macro that broke when IT updated my computer to Windows 10. I'm trying to add some additional functionality while I'm updating the macro anyway. I have a userform that I have set to modeless and am trying to move the userform to the right edge of the screen. I have done this in excel with the call:
me.Left = Application.Width - me.Width
However Solidworks informs me that:
So what is the equivalent Solidowrks version of the call.
Thanks in advance for any assistance you are able to provide.
SolidworksApi/macros