VBA to Python

Dean Goodmanson ponderor at lycos.com
Sat Jun 15 20:53:38 EDT 2002


Keith:
> Is there a way of
> transcribing / translating the VBA code across to Python other than
> literally doing it
> line by line?

I don't think so.
But although it sounds tedious, I would expect a translator to still
require a function by function, most likely line by line (tick and
tie?) analysis.
It may also help you're transition and validation for using Python.
Can code reviews can be a bad thing? (rhetorical.)

-Dean



More information about the Python-list mailing list