Help for this page
Dim picCurrent As Picture Dim shtPics As Worksheet ... picCurrent.Top = nVPos picCurrent.Left = nHPos
use strict; use warnings; ... $picCurrent = $shtPics->Pictures->Insert("C:\\Documents and Settings\\ +All Users\\Documents\\My Pictures\\Sample Pictures\\Sunset.jpg"); $picCurrent->{Top} = $nVPos; $picCurrent->{Left} = $nHPos;
0 1 2 3 4 5 6 7
Results (678 votes), past polls