K
Ken Rock
Hi,
I want to put a value into a cell pointed to by data in another cell.
For example, assume cell D5 contains "C4" and I want to put "@@@@" into
cell C4 by using VBA code referring to the contents of D5.
I can apply the 'Indirect' approach when I use the Excel 2003 Worksheet
Lookup Functions but what do I use in VBA?
Thanks in advance,
Ken Rock
I want to put a value into a cell pointed to by data in another cell.
For example, assume cell D5 contains "C4" and I want to put "@@@@" into
cell C4 by using VBA code referring to the contents of D5.
I can apply the 'Indirect' approach when I use the Excel 2003 Worksheet
Lookup Functions but what do I use in VBA?
Thanks in advance,
Ken Rock