Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After code has run in workbook, workbook is being sent to printer countless
times even though in code it is told to print out only once. any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chek your default printer settings!?
"Mark J" wrote in message ... After code has run in workbook, workbook is being sent to printer countless times even though in code it is told to print out only once. any ideas? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Without your relevant code, it's a complete guess, but do you something like
this Private Sub Workbook_BeforePrint(Cancel As Boolean) ThisWorkbook.PrintOut 'Without this line of code 'Cancel = True End Sub NickHK "iKKi" wrote in message ... Chek your default printer settings!? "Mark J" wrote in message ... After code has run in workbook, workbook is being sent to printer countless times even though in code it is told to print out only once. any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIFS using an array, but a continual -1 reference | Excel Discussion (Misc queries) | |||
I need to do a continual document merge with excel and word | Excel Discussion (Misc queries) | |||
continual updating | Excel Programming | |||
Copy continual, refreshing records to a new sheet | Excel Programming | |||
Copy continual, refreshing records to a new sheet | Excel Programming |