Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello all,
working on a code that needs to be able to search a specific range Sheet1.Range("N15:EM134") Once found process the below actions:
working on a code that needs to be able to search a specific range Sheet1.Range("N15:EM134") Once found process the below actions:
- Align text to the right of the cell
- Increase the font size of the found text to size 15
- Align text to the center
- Decrease font size to 11
- *One exception, there will be cells with only numeric values that contain a dash (example: "1-5")