edwardpestian
Technical User
I'm new to VBA, and I've managed to create a button in an excel spreadsheet. The button, when clicked, takes a range of data in one sheet, and copies the values to a range in another sheet. My problem is that if the original cells do not contain data, and I press the button, it will overwrite data in the destination cells. Is there a VBA command that can tell excel only to copy the values to the destination cells if they are not and empty cell?
Thanks in advance.
EP
Thanks in advance.
EP