This question may be posted on other forums as well but i am unable to find out my answer.
I want a macro that could
- Copy my selected rows or columns or cells.
- makes new file.xlsx
- pastes that data in that sheet.
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.
Are you looking to paste it into a certain place or just the start of the sheet? What would determine whether you copy the row or column?
This will copy the row of your currently selected cell and then paste it into the first row of a new workbook
Edit
Add this code to ask if you want to save, you could then have a question to copy row or column or have a separate macro to copy the column.