G
GKeramidas
how would you do this without selecting? or by using the index number 1-3
instead of the sheet names?
Sheets(Array("Sheet1", "Sheet2", "Sheet3")).Select
With Range("m28")
..Value = "test"
..Font.Bold = True
End With
instead of the sheet names?
Sheets(Array("Sheet1", "Sheet2", "Sheet3")).Select
With Range("m28")
..Value = "test"
..Font.Bold = True
End With