ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   imput box (https://www.excelbanter.com/excel-programming/400795-imput-box.html)

Rich[_2_]

imput box
 
have a macro which requires a user to enter a number between 2 values (1 and
100) , is their a way to shorten the imput box field so only allow values
between these figures

papou[_4_]

imput box
 
Hello Rich

Dim WhatNumber As Long
While WhatNumber < 1 Or WhatNumber 100
WhatNumber = Application.InputBox("Input number between 1 and 100",
"Number?", , , , , , 1)
Wend

HTH
Cordially
Pascal

"Rich" (no spam) a écrit dans le message de news:
...
have a macro which requires a user to enter a number between 2 values (1
and
100) , is their a way to shorten the imput box field so only allow values
between these figures





All times are GMT +1. The time now is 04:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com