OldSwimmer1650
New Member
- Joined
- Dec 3, 2020
- Messages
- 44
- Office Version
- 365
- Platform
- Windows
Can someone help me with a good reference book for Python in Excel?
I bought a book but I can't find the simplest things like setting a cell value using Python code.
I think it has something to do with loading the correct library.
I'm trying to write x+y to cell C4 without putting the code in that cell.
I can assign values to cells using x=xl("A1") but can't figure out how to write values to cells without using code in that cell.
How/where do I import additional library's when using Python in Excel?
I'm starting small to get the hang of it.
My goal is to have stock symbols in one column then fill related stock values (price, change, volume, etc...) in the columns to the right.
I think that I'll need to load yfinance
I bought a book but I can't find the simplest things like setting a cell value using Python code.
I think it has something to do with loading the correct library.
I'm trying to write x+y to cell C4 without putting the code in that cell.
I can assign values to cells using x=xl("A1") but can't figure out how to write values to cells without using code in that cell.
How/where do I import additional library's when using Python in Excel?
I'm starting small to get the hang of it.
My goal is to have stock symbols in one column then fill related stock values (price, change, volume, etc...) in the columns to the right.
I think that I'll need to load yfinance