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

Need To Remind Input Box Types

Bhawani

Member
Hi All,

I am working with VBA from past 9-12 months for automation but every time i work on inputbox(,,,,,type=:) i have to google for type 1,2,4,8,16,32 so i need to remind them all these or vba has another way to get it.


Regards,
 
Hi Bhawani ,

If I have understood your question , you are right that Excel does not have any dropdown which allows you to select from the available values ; this is for reasons ; in brief I can say that one reason is because the setting can be a combination of values if you want that more than one kind of value is admissible.

However , if your requirement if for only one type of input , then see if this kind of workaround is acceptable.

Narayan
 

Attachments

  • BhawaniExample.xlsm
    13.5 KB · Views: 0
Back
Top