in reply to Re: Adding pictures to Excel
in thread Adding pictures to Excel
And these can be refactored into the assignments so that the lines become something like:$nVPos = $rTarget->Top; $nHPos = $rTarget->Left;
Anchoring in this way means that inserting or deleting rows and columns moves the picture, so I think we now get the best of all worlds. Thanks, all - I've learned something new about the tool that pays my bills! John Davies$picCurrent->{Top} = $rTarget->{Top}; $picCurrent->{Left} = $rTarget->{Left};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Adding pictures to Excel
by Albannach (Monsignor) on Jan 23, 2010 at 17:42 UTC | |
Re^3: Adding pictures to Excel
by merrymonk (Hermit) on Jan 23, 2010 at 17:03 UTC | |
Re^3: Adding pictures to Excel
by merrymonk (Hermit) on Jan 24, 2010 at 17:52 UTC |