View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rog[_2_] Rog[_2_] is offline
external usenet poster
 
Posts: 5
Default InputBox options

I don't think this is possible without using your own
userform

Rog


-----Original Message-----
Greetings !

I have this code -

Ans = InputBox("Enter 1 for " & Text1 & vbCrLf & _
" 2 for " & Text2 & vbCrLf & _
" or 3 for " & Text3," Select choice" )

What I would prefer is to have displayed in the box three
labelled buttons, such that the user can more easily
select a choice.

Suggestions as to the easiest way to achieve this would

be
welcome.

I have NEVER yet used a "form",
so that would be "a whole new ball-game" ("can o'

worms" ?)
that I would prefer to avoid !

RClayAThaswellDOTcom
.