Hello Experts!
I've written some code that prompts the user to indicate which column two type of data appear in.
I then want to select those two columns, which may not be next to each other, to copy to another sheet.
I've tried both versions below but neither work! Can anyone tell me where I'm going wrong?
Columns(ISBNCol & "," & QtyCol).Select
Columns(ISBNCol, QtyCol).Select
Thanks
Colin
Bookmarks