Consulting

Results 1 to 2 of 2

Thread: Creating a message box with multiple options

  1. #1

    Creating a message box with multiple options

    Hello.

    I am wondering to how create a message box in VBA that allows the user to select one of multiple options. I have used vbYesNo before, but I am now trying to do things that go beyond just a simple yes or no and I'm not sure how to go about doing that.

    What I have done in the past is make check boxes that sit on the worksheet, but if there is a way to get rid of this and put it all in vba that would be wonderful.

  2. #2
    Knowledge Base Approver VBAX Guru GTO's Avatar
    Joined
    Sep 2008
    Posts
    3,368
    Location
    A UserForm would be your best option. That way you can have as many buttons/choices as you want.

    Hope that helps,

    Mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •