bkgashok
06-25-2010, 08:13 AM
hai,
pls consider the below code line
Range("B5") = "raju"
where the column b is the "name" column
now my question is can i use the column heading in the above code instead of "B"
i.e. i wish to change the line as Range("name5"), so that the cell of the 5th row in the name column will be replaced with "raju"
pls let me know the syntax for this if possible
i will be very much thank full for this solution
pls consider the below code line
Range("B5") = "raju"
where the column b is the "name" column
now my question is can i use the column heading in the above code instead of "B"
i.e. i wish to change the line as Range("name5"), so that the cell of the 5th row in the name column will be replaced with "raju"
pls let me know the syntax for this if possible
i will be very much thank full for this solution