Thread: last cell
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
randallc randallc is offline
external usenet poster
 
Posts: 2
Default last cell

Hi,
Can I get to the "last cell" using vbscript or other "com" using equivalent of

Selection.SpecialCells(xlCellTypeLastCell).Select

the com doesn't like the parameter "xlCellTypeLastCell".
Best, randall