• 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.

Display side panel

inddon

Member
Hi There,

Attached is the snapshot where it shows a panel on the right hand side of the window. I see in some Excel applications these are used to display messages/userform controls, etc. I don't know what the actual name of this is, so I called it as side panel

I would like to know how to get this working using VBA (adding message, userform controls, etc).

73246


Thank you.

Looking forward to hearing from you.

Regards,
Don
 
That's a task pane and you can't customise it with VBA (you certainly can't add userform controls to it).
 
You'll need some other language to create the COM add-in. You haven't been able to do that with VBA since they got rid of Office Developer edition.
 
Back
Top