hiding then printing a row

  • Thread starter Thread starter S S
  • Start date Start date
S

S S

If I hide a single row when viewing, is there an easy way to have this row
included when printing without having to go back to `unhide row`

thanks
 
It depends what exactly you are trying to do. One option is to replicate all
your data further down the sheet and set this as the print area.

Another option is to use VBA to unhide the row before printing and use a
timer to hide it again. This method is more complicated and assumes it is
always the same row(s) you have hidden.
 
Its basically a simple currency converter for 3 currencies I just want a
single row that appears to give me credit for it when they print it.
I like the idea of printing from a copy further down the page, I never
thought of that. I dont want to use VBA, I have used it before but got
into a mess with it as although I understood it at the time I dont use it
often enough to remember the stuff, it also causes problems when I email the
`converter` to someone and it shows up as contains macro warning this tends
to panick people.
 
Yip thats good as well ,in fact that might be the one to use. thanks for you
suggestions.
 

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