Because I am unfortunately using Excel as a database, I have been running into some cases where I need to reference a cells Formula. If I can only due this in VBA I would need to create a user defined formula. Show formula will not work because I need to adjust the formula thru offset and other functions. Or I have a Array which depending on the reference I need the formula (with Cell reference) for a given reference to populate a cell either relatively or absolutely.
So if Cell A11 in Tab "First", has the formula 'Second'!AC11*'Second'!AD11, how would I get say B11 to return'Second'!AC11*'Second'!AD11.
So if Cell A11 in Tab "First", has the formula 'Second'!AC11*'Second'!AD11, how would I get say B11 to return'Second'!AC11*'Second'!AD11.