i need to copy a set of data from one excel file to another excel file.
while pasting i also need to paste them into the next empty row in the desired column.
Is there any macro coding for this process please help me
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I understand your question correctly all you need to do is:
Something like this should suffice, though it’s quick and dirty. Also I’ve made it more “detailed” (and therefore less efficient) than it needs to be to try to make the process clearer. (You don’t really need all of the variables that I’ve declared but I’ve put them in to make the logic more transparent.)