View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrei Zakharov Andrei Zakharov is offline
external usenet poster
 
Posts: 3
Default Moving active cell in several opened windows

Hi,

I have a worksheet opened in two windows: File:1 and File:2.
I do call
ActiveCell.Offset(1, 0).Activate
in VBA code to make active cell move one row down in the sheet. But this
occurs only in the one window, e.g. File:1.
How is it to make active cell move the same way in the other window?

Thanks.
--
Andrei.