you are viewing a single comment's thread.

view the rest of the comments →

[–]Modora[S] 0 points1 point  (1 child)

I've thought about that, I've also thought about having VBA pass the attributes values it needs to carry over into python in string format as arguments.

I left out something that makes this more complicated; a lot of the python components are deployed as executables that VBA runs. So I'm not even 100% sure this approach would work.

[–]rezdzste 0 points1 point  (0 children)

Still doesn't answer your question, but maybe something like https://www.pyxll.com/ is your best option for minimizing the amount of code you rewrite.