macro checking

  • Thread starter Thread starter Stan Halls
  • Start date Start date
S

Stan Halls

I have a print macro set up to print an area in a spreadsheet, is it poss to
have it look at a cell and chech to see if that cell on the sheet is greater
than £0
if its value is greater than £0 then print if not then dont print ..
Thanks in advance for any ideas
 
As always, post YOUR code for comments

if range("a21")<1 then exit sub
 

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