Hello, I was wondering if any of you would know how to do this in Excel using VBA:
I have a very long column A containing delimited texts, such as:
ROOF, PARAPET, METAL COPING
BASE FLASHING, TERRACOTTA PANEL
BRICK WALL, SIDEWALK
I'd like to press a command button and have those columns copied onto an existing text box, which would read:
ROOF, PARAPET, METAL COPING, BASE FLASHING, TERRACOTTA PANEL, BRICK WALL, SIDEWALK
After which, it would convert back into a single column B:
ROOF
PARAPET
METAL COPING
BASE FLASHING
TERRACOTTA PANEL
BRICK PANEL
SIDEWALK
If there is another, better way to get from my first column to my final column, perhaps without the text box middle man, that would be great. Thanks!
Bookmarks