1
Sub MoveAndSizeWithCells()
    Dim xPic As Picture
    On Error Resume Next
    Application.ScreenUpdating = False
    For Each xPic In ActiveSheet.Pictures
        Pic.Placement = MoveAndSize
    Next
    Application.ScreenUpdating = True
    
End Sub

this was the code that i wanted to execute on some of my worksheets but through python I am not able to do this . can anybody plzz help

Charlie Clark
  • 18,477
  • 4
  • 49
  • 55

0 Answers0