Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks this is what i was looking for
"Tom Ogilvy" wrote: If you have xl2000 or later Sub AA() Dim v as Variant, a as String Dim res as String v = Application.Transpose(Range("A2:A10")) a = Join(v,chr(10)) res = InputBox(a) End Sub If you just want to concatenate the values, replace Chr(10) with " " or "" -- Regards, Tom Ogilvy "Kryer" wrote in message ... I want to create an inputbox with the prompt values being listed from cell values on a worksheet. So say I have range("a2:a10") filled with values that I would like to display as the prompt of the inputbox. Is this possible to do? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
save prompt for user exit, but no save prompt for batch import? | Excel Discussion (Misc queries) | |||
Help on Prompt | Excel Worksheet Functions | |||
Prompt for Value | Excel Programming | |||
Prompt for Value | Excel Programming | |||
Prompt for Value | Excel Programming |