Sem ver a estrutura de sua planilha/tamanhos de imagem fica muito dificil
porem experimente:
Sub Ajuste()
Sheets("Bandeiras").Activate
For Each sh In ActiveSheet.Shapes
ActiveSheet.Shapes.Range(Array(sh.Name)).Select
With Selection
.Top = sh.TopLeftCell.Top 'ActiveSheet.Cells(y, 16).Top
.Left = sh.TopLeftCell.Left 'ActiveSheet.Cells(y, 16).Left
End With
Next
End Sub
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 30/10/2013 3:25 pm