R
Robin Clay
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
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