Thread: Dynamic Range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arnie Arnie is offline
external usenet poster
 
Posts: 65
Default Dynamic Range

Guys i have a dynamic range that to find the last Cell with data in i use


Range("A3").End(xlDown).Offset(-1, 0).Select

i now need to select across to column L and up to Row 3 i have used

ActiveCell.Resize(1, 12).Select to select to column L but how do i
select up to row 3

Thanks in advance

Arnie