Excel VBA Copy and Paste (without using Copy+Paste functions) on empty row
问题 I've done this before and I'm scratching my head to why I can't figure it out. I'm trying to pull data from one sheet and paste it into another sheet on the next row. I've done this before without using "copy" or "paste" VBA functions.. I just used values and I would like to make it easier on the user that way (no random copied things on the excel clipboard) Here is my code: Sub SubmitChange() row_number = 2 Do DoEvents Row_number = row_number + 1 item_in_review = Sheet44.Range("B" & row