using beforeprint

K

k483

I am trying to get an application to append a file on a sheet printout.
I am using Workbook_BeforePrint. It prints fine, but doesn't seem t
execute the sub. What's wrong
 
F

Frank Kabel

Hi
you may post your existing code :)
Also check that you have put this code in your workbook module
('ThisWorkbook')
 
Top