Thread: column count
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Reitanos Reitanos is offline
external usenet poster
 
Posts: 123
Default column count

Can't you just use
ActiveCell.SpecialCells(xlLastCell).Select


On Jun 13, 2:43 pm, guest wrote:
is there a way to find last column that has data in a given worksheet??
without selecting the range of data.