Hi,
I have named a column as Test1 (=Sheet1!$F:$F) and a Row as Test2(=Sheet1!$4:$4). I would like know how i can set the value of the intersection of Test1 and Test2 using VBA.
I don't want to hardcode Cells(4,F).value = "Test". Instead can i use the name of the ranges to set the values. This even if i insert a new Column/Row it won't affect the VBA code.
Thanks
Veera
I have named a column as Test1 (=Sheet1!$F:$F) and a Row as Test2(=Sheet1!$4:$4). I would like know how i can set the value of the intersection of Test1 and Test2 using VBA.
I don't want to hardcode Cells(4,F).value = "Test". Instead can i use the name of the ranges to set the values. This even if i insert a new Column/Row it won't affect the VBA code.
Thanks
Veera