Customizing view

  • Thread starter Thread starter Jan
  • Start date Start date
J

Jan

I would like to know is there a way to customize or change
the view of the spreadsheet to fit to the screen
similiarly to the way the print screen looks like?

I know that I can change the percentage but that changes
the overall ratio.

thanks in advance, Jan
 
You can use Zoom like this to only see a range

Range("b3:g10").Select
ActiveWindow.Zoom = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top