![]() |
|
|
|||||||
![]() |
PERL - Newbie: Converting Visual Basic for Applications to Perl |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi all-
Can anybody tell me how to convert the following line of code to Perl? Selection.Cells.Split NumRows:=1, NumColumns:=3, MergeBeforeSplit:=False Thanks Levi Levi Bennett |
|
|
|
|
#2 |
|
Posts: n/a
|
(Levi Bennett) wrote in message news:<. com>...
> Hi all- > > Can anybody tell me how to convert the following line of code to Perl? > > Selection.Cells.Split NumRows:=1, NumColumns:=3, MergeBeforeSplit:=False > > Thanks > Levi It might be easier if you explained what the above line does, I know perl not vb. |
|