Hi!
Below is my current code.
If I want the code to run in different sheet say, in sheet1, sheet2, sheet3 one after another
how do I code it.
Thanks for helping.
Pedie!;)
Sub formatcells()
Cells.Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment =...