Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
LastRowInColumn = Range("A65536").End(xlUp).Row Change the A to the row you want Mike "Danilo" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
no this give me the row, i need column for each row but i found this
Cells(x, Columns.Count).End(xlToLeft).Column "Mike H" ha scritto nel messaggio ... Try this LastRowInColumn = Range("A65536").End(xlUp).Row Change the A to the row you want Mike "Danilo" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LastCell | Excel Programming | |||
Excel 2007 BUG UsedRange/LastCell differences with Excel2003. | Excel Discussion (Misc queries) | |||
lastcell in thiscolumn function error | Excel Programming | |||
Dynamic LastCell | Excel Programming | |||
LastCell Function | Excel Programming |