workbook before print target

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

greetings, is it possible to use Wookbook_Before Print event with a target
worksheet, i.e., event occurs only when printing one worksheet out of a
workbook?
 
You can insert a test of the ActiveSheet Name

If Activesheet.Name = "Sheet1" then
'Insert Code here
End if

Regards,

OssieMac
 

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