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;