Need some VBA to Python help

KarmaStrikesBack

Supremacy Member
Joined
Mar 24, 2016
Messages
8,975
Reaction score
7
Hi guys.. i did abit of programming on excel VBA. Now i am trying to do the same on python but i cant understand how to..

For excel, i have a GUI ready for me to draw lines and arrows.. then enable developer mode and i can start to give instructions to these lines and arrows how to react when it is being clicked..

But for python, i dont understand how i can draw lines and arrows considering there is no GUI there for me to do it.. does it mean i have create.line(position, colour, width)? I have like hundreds of lines or arrows i wanna draw.... each with a different given name.. and they react when it is clicked..
 

jackoats.sg

Junior Member
Joined
Feb 11, 2020
Messages
78
Reaction score
1
Could you consider using JavaScript todo that instead?

Hi guys.. i did abit of programming on excel VBA. Now i am trying to do the same on python but i cant understand how to..

For excel, i have a GUI ready for me to draw lines and arrows.. then enable developer mode and i can start to give instructions to these lines and arrows how to react when it is being clicked..

But for python, i dont understand how i can draw lines and arrows considering there is no GUI there for me to do it.. does it mean i have create.line(position, colour, width)? I have like hundreds of lines or arrows i wanna draw.... each with a different given name.. and they react when it is clicked..
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top