View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default 2 spreadsheets

When I used the Macro recorder, I got this:

ActiveWindow.NewWindow
ActiveWorkbook.Windows.Arrange ArrangeStyle:=xlVertical
Sheets("Sheet2").Select

In article ,
"Sheldon" wrote:

In code, how can I get 2 spreadsheets in the same workbook open , side by
side at the same time?