Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 23 Aug 2005 21:44:11 +0100, "Bob Phillips"
wrote: iPos = Instr(1,Range("A1").Value,",") If iPos 0 Then Activecell.Value = Right(Range("A1").Value, _ Len(Range("A1").Value) - iPos) End If A slightly different approach. Hwever, *Range* is still the magic word. Thank you. Chuck -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text string separated by comma | Excel Discussion (Misc queries) | |||
test text string for a comma (,) | Excel Discussion (Misc queries) | |||
Macro to find text string in a column and paste data in another | Excel Discussion (Misc queries) | |||
find and remove a string of a cell value with comma as delimiter | Excel Discussion (Misc queries) | |||
Convert comma separated string to DropDown | Excel Programming |