View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_3_] Dick Kusleika[_3_] is offline
external usenet poster
 
Posts: 599
Default Print preview in a user form

Scott

I don't think so. Do you have Adobe Acrobat such that you could print the
invoice to a pdf? If so, you could show the pdf using the WebBrowser
control, then delete the pdf when you close the form.

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Scott" wrote in message
...
Does anyone know if you can poulate a user form within
excel with Print preview?

I have a user form that once updated creates an invoice
and so I would like a picture of the invoice next to the
ser form.

Can this be done?

Scott