Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I could of course make an invisible sheet, and make a "dummy reference", or I
could find a cell in the active sheet which is not used and use that as a "dummy reference", but I would prefer a nicer way. "Smallweed" wrote: Don't think it's possible with straight text - the only way I can see is to use a worksheet reference (e.g. "=$AA$1:$AA$3"), enter the values in this range and format them accordingly. If you don't like this text way of expressing the range, you can fiddle it with: "=" & Range("$AA$1:$AA$3").Address or some such. "LasseH" wrote: This works fine: Selection.Validation.Add xlValidateList, , , "10000,20000,30000" How do I use comma INSIDE my items in the list, fx. if I want the list to contain: 10,000 20,000 30,000 One would assume that the following would do the trick, but it doesn't: Selection.Validation.Add xlValidateList, , , "'10,000','20,000','30,000'" Any idea on how to do this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comma Delimited-need comma at beginnng & end | Excel Discussion (Misc queries) | |||
Import comma delimited text | Excel Discussion (Misc queries) | |||
I have a Comma delimited text file how do I import in to excel an. | Excel Discussion (Misc queries) | |||
Comma Delimited Text File Issue | Excel Programming | |||
Comma delimited text to columns | Excel Programming |