Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi
What is the perl equivalent of vba code line 1
I tried to use as follows0: dim str as string, Rng as range 1: str =Rng.style
$str = $rng->{style}
But it returns an hash. im trying to get the style name of the range object
Pls help
Back to
Seekers of Perl Wisdom