Selecting a column
I have a excel sheet with 5 columns (A,B,C,D,E). I want to wite a macro to select column D and E and then change its font color. I have merged cells in Column A. What happens is that due to merged cells when i write the statement
columns ("D:E").select or Range("$D:$E").select
it selects the whole sheet(from column A to column E). Could someone suggest a wayout to select column D and E only with merged cells in Column A.
Thanks
Ajitpal S Padda
__________________
Ajitpal S Padda
|