Predefined Print area based on variable

  • Thread starter Thread starter CorporateQAinTX
  • Start date Start date
C

CorporateQAinTX

Here's what I've got...I have a sheet 60 cells wide broken into increments of
4 for a total of 15 sections. Each section correlates to a number in cell C2.
If I place a 4 in C2 I would like excel to print only through section 4. I'd
like to get away with this with no VBA code. I'm not sure any future
personnel who may get this position will know how to edit it if need be. I've
tried coding a nested If statement into the PrintArea block, but it won't
take code there. Any suggestions.
 
Without VBA you could set up some Custom Views and have your users select from
those.

Drag the Custom Views Icon to your Toolbar to make it simple for the users.


Gord Dibben MS Excel MVP
 

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