View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default How to programmatically make a cell the Active Cell?

the active cell IS the activecell

x=activecell.row
y=activecell.column
z=activecell.address
activecell.offset(1,6)
etc, etc.
--
Don Guillett
SalesAid Software

"Jack" <replyto@newsgroup wrote in message
...
Is that possible?