Thread: lastcell
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Danilo[_2_] Danilo[_2_] is offline
external usenet poster
 
Posts: 3
Default lastcell

with this code
ActiveCell.SpecialCells(xlCellTypeLastCell).Column i get always the
lastcolumn of the worksheet

I need to get the last column written of each single row in a sheet
How do i get it?

Tya