Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Oryssia, here is one way,
Sub test() Dim st As String st = InputBox("Enter 1 Character") If Len(st) 1 Then MsgBox "You Can Only Enter 1 Character" Else MsgBox "You Entered " & st End If End Sub -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Oryssia" wrote in message ... Can I limit Input Box size to fit only 1 character? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Field size for Data Validation Input Message | Excel Discussion (Misc queries) | |||
Is it possible to increase the size of Data Validation Input Message? | Excel Discussion (Misc queries) | |||
How to change Font size based upon cell input | Excel Discussion (Misc queries) | |||
How do I get a cell to change size with the info I input? | New Users to Excel | |||
Multi line merged cell - adapting to different size input - possible? | Excel Discussion (Misc queries) |