A
Aerojade
How can i add a addin to a powerpoint presentation(using the VB macro Editor)
to prevent the powerpoint presentaion from being printed. In word i am able
to do this by adding the function FilePrint() in the macroand assinging my
own code in it. In excel i am able to do this by placing the follwing
function in ThisWorkbook... Workbook_BeforePrint(Cancel As Boolean) and
placing my own code in the function. How do i do this in Powerpoint. Note...i
have to do this in the macro VB editor. Please help. Thankyou.
to prevent the powerpoint presentaion from being printed. In word i am able
to do this by adding the function FilePrint() in the macroand assinging my
own code in it. In excel i am able to do this by placing the follwing
function in ThisWorkbook... Workbook_BeforePrint(Cancel As Boolean) and
placing my own code in the function. How do i do this in Powerpoint. Note...i
have to do this in the macro VB editor. Please help. Thankyou.