Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello, i have a problem with such example, i have a string let say : "tat5"
(every in separate cell but it doesn't matter) And what I need to do is to create loop which shift me this strinh each element with each. I mean put ale item on every place. So in this example shoud loop do: 1. tat5 2. att5 3. at5t 4. ta5t 5. t5at 6. t5ta 7. 5tta 8. t5ta 9. a5tt 10. 5tat 11. 5att 12. and so on.... any idea to do this ? Thanks for any help and suggestions |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do Loop or use End iF for search string | Excel Discussion (Misc queries) | |||
Loop through range and add each cell contents to a string | Excel Programming | |||
Loop through range of cells, string search, take action | Excel Programming | |||
ReDim string in loop | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming |