Excel/VBA/Python - sharing variables/application.caller offset/read textbox

rbsam

New Member
Joined
Jul 12, 2019
Messages
42
I've been working with VBA and Python recently but I've never combined the two. I'm just trying to get my head around how the 2 communicate with each other.

Is it possible to set a variable in VBA and then Python can read the value of the VBA variable?

For example, if the VBA variable was from application.caller and offset by some number of columns, can Python read the value of this VBA variable?

Separate to this, I've not been able to find much online but is it possible to have Python read the value of the TextBox in Excel?

The only way I know how to achieve this is to have my button take the offset value as normal, but have it insert it into a random cell somewhere and have Python look at this cell for the value.

Would love some clarification - thanks!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,214,430
Messages
6,119,438
Members
448,897
Latest member
dukenia71

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top