scratchHead has asked for the wisdom of the Perl Monks concerning the following question:
-regards aravindmy $text_box_num = $ws->TextBoxes->Count() foreach my $number (1..$text_box_num) { my $text_box_name = $ws->TextBoxes($number)->{Name}; my $extract = $ws->TextBoxes($number)->{'text'}; print "$text_box_name---$extract\n\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: ungrouping the Textboxes in excell sheets.
by ELISHEVA (Prior) on Mar 19, 2009 at 12:19 UTC | |
by scratchHead (Initiate) on Mar 20, 2009 at 04:19 UTC | |
Re: ungrouping the Textboxes in excell sheets.
by bellaire (Hermit) on Mar 19, 2009 at 11:51 UTC | |
Re: ungrouping the Textboxes in excell sheets.
by Nkuvu (Priest) on Mar 19, 2009 at 16:08 UTC | |
by scratchHead (Initiate) on Mar 20, 2009 at 04:25 UTC | |
by Nkuvu (Priest) on Mar 20, 2009 at 04:42 UTC | |
by scratchHead (Initiate) on Mar 20, 2009 at 05:18 UTC | |
by scratchHead (Initiate) on Mar 20, 2009 at 05:21 UTC |