Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Mark
I don't Know how to remove them but if you only want printing from you own macro. You could investigate the Event Private Sub Workbook_BeforePrint(Cancel As Boolean) End Sub If you set the Argument Cancel = True then Excel won't Print. You could set up a Public Variable such that only when your macro run when this Event triggers it wont halt your printing. HTH Davi -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print code | Excel Discussion (Misc queries) | |||
Print Code | Excel Discussion (Misc queries) | |||
Print Code | Excel Discussion (Misc queries) | |||
Print Code | Excel Discussion (Misc queries) | |||
Need print code please | Excel Programming |