-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"; }
In reply to ungrouping the Textboxes in excell sheets. by scratchHead
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |