Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 3 Jan 2012 12:53:29 -0800 (PST), Willie wrote:
Thanks Ron...this worked very nice. I move my data so I ended up with this. Option Explicit Sub AssigmentParsePOC() Dim rg As Range, c As Range Dim re As Object, mc As Object Dim s As String Dim i As Long, j As Long Dim sPat As Variant 'Where to start 'Set rg = Range("A1", Cells(Rows.Count, "A").End(xlUp)) Set rg = Range("C2", Cells(Rows.Count, "C").End(xlUp)) ... I'm glad to know it's still working OK for you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split Cell Range into Multiple Cells | Excel Discussion (Misc queries) | |||
how to split date and time in one cell into multiple cells | Excel Worksheet Functions | |||
Excel 2000 - Split Contents of Cell Across Multiple Cells | Excel Discussion (Misc queries) | |||
split text in one cell into multiple cells without breaking the wo | Excel Worksheet Functions | |||
INTRICATE PROBLEM- How to find multiple text,excluding "H", in a multiple range of cells, then replacing 0 with another number in another cell | Excel Worksheet Functions |