Zoom Select Range

This small piece of code can be very useful to keep the viewing area of a sheet across various screen resolutions when you deliver your project to your client.
Sub ZoomRange(rngZoom As Range) Application.Goto rngZoom ActiveWindow.Zoom = True End Sub Sub Test() Call ZoomRange(Sheet1.Range("A1:L23")) End Sub
»
- Vishesh's blog
- Login or register to post comments
- 10932 reads
Recent comments
6 years 3 weeks ago
6 years 41 weeks ago
7 years 1 week ago
7 years 4 weeks ago
7 years 5 weeks ago
7 years 10 weeks ago
7 years 18 weeks ago
7 years 19 weeks ago
7 years 19 weeks ago
7 years 19 weeks ago