Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Suppose you have a file with a list of cells, referenced by a VLOOKUP
choicea filea.xls choiceb fileb.xls choicec filec.xls (there are actually 25+ files, but you get the idea) Off of a menu, you choose choicea, choiceb, or choicec, and a bunch of cells fill in, but the most important thing I want to do is update macros and cells to read from the file selected above - so if I click on "choiceb", read from file "fileb.xls". The problem is that I haven't figured out - through either VBA or a formula - to get a formula to read from cells in a different file. Please keep in mind that this file could have up to 20,000 rows, with INDEX and MATCH statements against any of 400,000 cells in those files, so what I really want to do is force it to a variable, and then the formulas read from a variable. I tried this and got the exact formula I wanted in the cell, but it was interpreted at all. I will leave this to the pros to see if they have an idea. Thanks, Brandon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FORMULA READING DATA FROM PIVOT TABLE TO SPREADSHEET | Excel Worksheet Functions | |||
How to lock a row in a spreadsheet based on the value in a cell | Excel Worksheet Functions | |||
VBA newbie - can i search the spreadsheet based on the active cell? | Excel Programming | |||
reading cells from a spreadsheet using VB | Excel Programming |