View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maynard Maynard is offline
external usenet poster
 
Posts: 8
Default Print UserForm w/ Borders

I have a userform that I would like to print ("Print" commandbutton on
userform). However, if I use the UserForm.PrintForm method, it doesn't print
the borders with the userform. Unfortunately, the title of the userform is
important in my application, so I would like to be able to print the userform
with the borders. I found a VB 4.0 API call that creates a picture object
(new to VB 4.0) to do this. I was hoping to find a VBA article that would do
the same. Does anybody know of anything that might help?

Thanks!