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?
|