Ok, So I was hoping to figure out the rest of this on my own, but I am stuck.
Currently, the code copies the entire row to the associated worksheet. What I am trying to do now is adjust the range so columns B through D are not copied as they are blank.
I have managed to adjust the range to it either copies just column A, or columns E over, but have not managed to make both happen at the same time. I have tried using extra parentheses and quotes, as well as Union with no success.
Here is the line that I currently have and it copies the entire row over.
Any suggestions?
Currently, the code copies the entire row to the associated worksheet. What I am trying to do now is adjust the range so columns B through D are not copied as they are blank.
I have managed to adjust the range to it either copies just column A, or columns E over, but have not managed to make both happen at the same time. I have tried using extra parentheses and quotes, as well as Union with no success.
Here is the line that I currently have and it copies the entire row over.
Any suggestions?
Code:
.Range("A" & LSearchRow, "E" & LSearchRow & ":AF" & LSearchRow).Copy