• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Print button in userform's title bar

Hi Friends,

I have created a tool by using few userforms in it. Now my boss is asking me to place a print button in the title bar next to the close button.

So I wanted to know that is it possible to place a print button (in the title bar) next to close button in activeX userform?
If yes, then can you please tell me how?

Thanks all :)
 
My first response, if it was me, would be to just put a new button somewhere within body of form. Modifying the Title Bar gets to be tricky. That would be the 2 minute solution.

If you absolutely have to have it, I'd recommend starting here:
http://www.vbaexpress.com/forum/sho...ar-of-userform&p=215622&viewfull=1#post215622

Talks about adding a custom button, which you could program to do what you want. Note that this involves a LOT more coding.
 
Back
Top