Hello,
I'm fairly new to programming in VB and need some direction. I am trying to figure out the formula for some (300) cells on a worksheet. The formulas are complex and involve tracing cells back and forth between multiple worksheets. I am dealing with a large workbook with around 30 sheets. Is there some way I can write a macro to trace precedents and record all of the references of the calculation?
I'll try to explain an example here... sorry if its confusing.
For example: (Trying to Find Worksheet2.E3 formula) Worksheet2.E3 = Worksheet15.B35 and the formula for that cell is =($B$40-$G$16)/$E$16 where Worksheet15.B40 = Worksheet2.E2 which is derived from a input on Worksheet1.B46. Worksheet15.G16 is an input on Worksheet1.G44. Worksheet15.E16 is also an input on Worksheet1.D44.
Any help is greatly appreciated. Thank you.
Bookmarks