When using "RunRemotePython" with VBA on sheets that exceeds 32,767 rows of data it throws an Overflow Error: <img width="641" height="509" alt="Image" src="https://github.com/user-attachments/assets/7fcd42f7-2ec5-4999-9c4a-032474cc1ca7" /> The solution might be using "Long" type instead of "Integer". But don't know if this might have any consequence.
When using "RunRemotePython" with VBA on sheets that exceeds 32,767 rows of data it throws an Overflow Error:
The solution might be using "Long" type instead of "Integer". But don't know if this might have any consequence.