in reply to Inserting copied rows at another position in Excel
becomeRange("A39").Select Selection.Insert Shift:=xlDown
? Selection/$selection is an object, not a method$selection = $sheet->Rows("1:9"); print "$selection\n"; $sheet->Range("A39")->$selection->Insert;
Both of these show a select/insert operation: site:perlmonks.org ole excel copy insert -> Inserting copied rows in Excel using Win32::OLE
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Inserting copied rows at another position in Excel
by merrymonk (Hermit) on Mar 01, 2011 at 11:45 UTC |