I have several files with contents/values in column A going down variable amounts of rows. I need a macro that can do some thing like 'Text To Columns' function where a colon, ":", is the delimiter but only on the first instance of the colon. Later on in each string there may be more colons but I don't want those to be split out.
Example: One of the values within a cell would be something like "MirrorView UID: 10:5A:A0:BE:60:01:06:50:17:00:00:00:00:00:00:00"
I want the macro to make the split on the first colon in this string only so that column A will contain "MirrorView UID" and column B will then contain "10:5A:A0:BE:60:01:06:50:17:00:00:00:00:00:00:00".
The values within each cell are of varying length and the number of rows in each file can also vary with spaces in between.
Hope this makes sense. After that I have another thing I want to do with the data but I'll describe that after. Any help on this iswould be plenty good for now thank you!
Example: One of the values within a cell would be something like "MirrorView UID: 10:5A:A0:BE:60:01:06:50:17:00:00:00:00:00:00:00"
I want the macro to make the split on the first colon in this string only so that column A will contain "MirrorView UID" and column B will then contain "10:5A:A0:BE:60:01:06:50:17:00:00:00:00:00:00:00".
The values within each cell are of varying length and the number of rows in each file can also vary with spaces in between.
Hope this makes sense. After that I have another thing I want to do with the data but I'll describe that after. Any help on this iswould be plenty good for now thank you!