Sheets("Data시트").Select
시트 선택

If (Cells(11, 19).Value = 3) Then
Cell 11,19 가 3 일 때

If (Cells(11, 20).Value = "상") Then
Cell 11,20 이 "상"일 때

ActiveSheet.Shapes.Range(Array("이미지1")).Select
"이미지1"을 선택

Selection.ShapeRange.Left = 622
좌측으로 부터 622

Selection.ShapeRange.Top = 367
상단에서부터 367
   

 

Left

Top

시트의 좌측상단을 기준으로 이동함

 

IncrementLeft

IncrementTop

현재 위치를 기준으로 상대적으로 이동.

Posted by 샌츠
,