View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] chortler@fetchmail.co.uk is offline
external usenet poster
 
Posts: 2
Default Specifing the active cell

How can I specify what the activecell is, If I try to select a new
range (see below) this doesn't seem to change the active cell
(according to activecell.rows)

Excel.Sheets("ALLIncidents").Range("A1")

Help???