Forum Discussion
baxatob
8 years agoCommunity Hero
What exactly is difficult for you?
I can help, but I will not reorganize all your code.
Generally:
- you are able to declare and assign variables simultaneously
- use while not instead of Do Until
Better to read documentation to learn, what Python's constructions are equal to your VBScript code, and then ask more specific question - https://docs.python.org/3/
Marsha_R
Champion Level 3
8 years agoGoogle has a lot of references for "read excel in python"
This one looked useful to me, but you may see others that work better
https://automatetheboringstuff.com/chapter12/
You may want to start over from the beginning rather than trying to translate from one language to the other.