I know I could codea FIND formula to do this, but for various reasons need to do this via VBA.
I have a cell that includes the following value: "CD, DVD, DVR, None"
I want to create the ability to convert this into 4 cells (in one column) where each cell is just one of the values. Like I said, I know the FIND function could do it ina formula, but was wondering if there was a way to do it in VBA (and if such a VBA code existed better than say using the WorksheetFunction code).
I have a cell that includes the following value: "CD, DVD, DVR, None"
I want to create the ability to convert this into 4 cells (in one column) where each cell is just one of the values. Like I said, I know the FIND function could do it ina formula, but was wondering if there was a way to do it in VBA (and if such a VBA code existed better than say using the WorksheetFunction code).