Trevor G
Registered User.
- Local time
- Today, 14:23
- Joined
- Oct 1, 2009
- Messages
- 2,364
I am trying to achieve selecting a region on each sheet and have tried many different methods but it only seems to apply this to the sheet that is in view on the workbook. Here is what I am using
Sub format7()
For Each sht In ActiveWorkbook.Worksheets
Range("B10").CurrentRegion.Select
Next sht
End Sub
If I can get this to work I can then apply the format.
Sub format7()
For Each sht In ActiveWorkbook.Worksheets
Range("B10").CurrentRegion.Select
Next sht
End Sub
If I can get this to work I can then apply the format.