Thread
:
Select a range in a column in currentregion
View Single Post
#
7
Posted to microsoft.public.excel.programming
ward376
external usenet poster
Posts: 360
Select a range in a column in currentregion
Brainfart gone
Cells(1, 1).CurrentRegion.Offset(1, 0).Columns(1).FormulaR1C1 =
"=RIGHT(RC[2],3)&RC[3]"
Reply With Quote
ward376
View Public Profile
Find all posts by ward376