Search found 2 matches
- Fri Apr 21, 2023 9:39 am
- Forum: XLSReadWritwII 6
- Topic: Referencing External Sheets with formula
- Replies: 1
- Views: 1695
SOLVED Re: Referencing External Sheets with formula
I found my solution.. I had two issues... I was using a dynamic array of TXLSCellType to save me time when checking if the items in the rows were formulas or not, so not doing the same thing over and over.. However it was causing a memory issue, and corrupting a small string function I had where the...
- Thu Apr 20, 2023 3:49 pm
- Forum: XLSReadWritwII 6
- Topic: Referencing External Sheets with formula
- Replies: 1
- Views: 1695
Referencing External Sheets with formula
Hi, I am doing some evaluation at present to see if I can an automate an excel workbook. In one workbook I have values that are being populated from another sheet using =INDIRECT("kpitrend!D"&COLUMN()) (Where kpitrend contains values...) I have been able to use copy column to achieve w...