Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How sort data (variable), which add to string. E.G.: value of k = "1-zzz" "2-zzz" "3-zzz" "4-zzz" Sub sort() Dim d As String For k = 1 To 200 d = Cells(k, 1) d = d & Cells(k, 1) End Sub Code above work until data is sorted in column. and if data is unsorted it doesn't work. Is there an easy solution? Regards Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A string of data in a cell | Excel Worksheet Functions | |||
Sorting cells with a string formulas | Excel Worksheet Functions | |||
Extract data in a string | Excel Discussion (Misc queries) | |||
Getting a string of data from a file name | Excel Worksheet Functions | |||
to search for a string and affect data if it finds the string? | Excel Worksheet Functions |