Hi dear Excel gurus!
I would like somebody to help me to develop a macro (or do it for me ) that makes a list of all cell addresses that contain hardcoded numbers that are used within an entire workbook. An example will be:
Cell B28 = A1*3*C14 => Hardcoded number is = 3
Cell B30 = (1+.08)^B15 => Hardcoded number is = 0.08
Cell B40 = (1+B3)^2 => Hardcoded number is = 3
An so on…
The macro output must list in sheet "n" (n>3)
Sheet 1 - B28 Text= A1*3*C14
Sheet 2 – B30 Text = (1+.08)^B15
Sheet 3 – B40 Text = (1+B3)^2
It would be ideal if it actually shows the cell address and the text formula with the hardcoded number in it.
Thanks!
actjfc
I would like somebody to help me to develop a macro (or do it for me ) that makes a list of all cell addresses that contain hardcoded numbers that are used within an entire workbook. An example will be:
Cell B28 = A1*3*C14 => Hardcoded number is = 3
Cell B30 = (1+.08)^B15 => Hardcoded number is = 0.08
Cell B40 = (1+B3)^2 => Hardcoded number is = 3
An so on…
The macro output must list in sheet "n" (n>3)
Sheet 1 - B28 Text= A1*3*C14
Sheet 2 – B30 Text = (1+.08)^B15
Sheet 3 – B40 Text = (1+B3)^2
It would be ideal if it actually shows the cell address and the text formula with the hardcoded number in it.
Thanks!
actjfc