View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stevem[_6_] stevem[_6_] is offline
external usenet poster
 
Posts: 1
Default Newbie Question .. what's this

Set Rng = Worksheets("Sheet1").Range("A3").End(xlDown)(2)
Set rng1 = Worksheets("Sheet2").Range("A1").End(xlToRight)(1, 2)


Ok, I understand all of this except what the (2) or the (1,2) do at th
end of the set statements.. can't find anywhere in the help that give
me an indication what those parameters are for.


Thanks in advance,
Stev

--
Message posted from http://www.ExcelForum.com