DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Count > 1 Then Exit Sub
ActiveSheet.Shapes(1).Select
If Selection.Width > 255 Then Selection.Width = 255
If Selection.Height > 409 Then Selection.Width = 409
Rows(3).RowHeight = Selection.Height
Columns(1).ColumnWidth = Selection.Width
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Count > 1 Then Exit Sub
ActiveSheet.Shapes(1).Select
If Selection.Width > 255 Then Selection.Width = 255
If Selection.Height > 409 Then Selection.Width = 409
Rows(6).RowHeight = Selection.Height
' Columns(5).ColumnWidth = Selection.Width
End Sub