Results 1 to 7 of 7

Thread: user choose option

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2022
    Posts
    6

    user choose option

    Hi

    In a vb script I want to let the user choose between 4 options and the selected option should set a variable.

    How can I do that?

    Thank you

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: user choose option

    Are you really talking about VBScript or about VBA/Visual Basic?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2022
    Posts
    6

    Re: user choose option

    Thank you for the quick reply. I'm talking about VBScript.

  4. #4
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: user choose option

    Then your question belongs in the "ASP, VB-Script" sub forum.
    https://www.vbforums.com/forumdispla...-ASP-VB-Script

    I really don't know how to show a user interface using VBScript.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jan 2022
    Posts
    6

    Re: user choose option

    Thank you. It seems that there is only msgbox and inputbox possible.

  6. #6
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: user choose option

    Yes, it's a scripting language. It doesn't do User Interfaces.

    https://stackoverflow.com/questions/...-with-vbscript

  7. #7

    Thread Starter
    New Member
    Join Date
    Jan 2022
    Posts
    6

    Re: user choose option

    Then I will follow the provided solution with the inputbox. Thank you.

Posting Permissions

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



Click Here to Expand Forum to Full Width