Format Makro Excel połączony komórki
Sub test2()
Dim c As Range
For Each c In Selection
If c.MergeCells Then c.Interior.ColorIndex = 19
Next
End Sub
Sonam Vaish
Sub test2()
Dim c As Range
For Each c In Selection
If c.MergeCells Then c.Interior.ColorIndex = 19
Next
End Sub