So here is an example. The cell references are in brackets.
'=CustList$B14(B4) =CustList$C14 (C4) =CustList$D14 (D4)
In the replace part:
'=CustList$*20
The "*" would leave the current column references in place and change the
14 to 20.
Does Microsoft have plans to add this feature?
Find what
~*14
Replace with
*20
If this post helps click Yes
---------------
Jacob Skaria
"Jacob Skaria" wrote:
> > I always like to include some of the text string in the find. There could be a 20 at the beginning of the formula that I do not want changed. By listing CustList, it ensures that the correct part is replaced. I was hoping that this would have been addressed in Excel 2007.