View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default print function in excel

Post the code you have that is working. Probably a BeforePrint macro.

--
Regards,
Tom Ogilvy

"jatman" wrote in message
...
i have a template made and working mostly fine but i need two things and
unfortunately i do not know codes and stuff.

on the first three tabs (sheet1, sheet2, sheet3), i do not want them to
print - at all;

on the last tab, (sheet4). i only want that to print if two conditions

are
met. the first, is a date value and i had help getting that set up but i

no
longer have contact information of the person on this group that helped

fix
that problem for me. the date value works fine.

the second condition on sheet4 that must be true before it prints is cell

D7
must be 0 before it prints.

i tried to just add a line to the date macro but i do not think it is as
easy as i had hoped.

if any one can help,

thank you,

jatman