code works fine, but not what I want
Main Topics
Browse All TopicsIIn sheet 1, I want to copy data from A1:A8 to "A" column in sheet 2, copy sheet 1 A9 :A18 to Column "B" in sheet 2, how to do it, using vba program
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
>Author Comments:
>code works fine, but not what I want
While I appreciate you awarding me the answer, I might suggest simply posting a followup comment stating what you would have wanted done differently. I'd love to help you get exactly what you want, but you have to tell me what you want differently. Do you want it copied to the next available cell in column A/B on sheet 2, instead of A1 and B1? Do you want it to keep copying through the rows that end in 8 from sheet1 (A1:A8, A9:A18, A19:A28, A29:A38, etc)? All of these things can be done automatically, and through all of your data, you just have to ask. Whatever logic you use to copy the data (based on cell contents, or row number, or whatever it happens to be), try and explain it, or post a sample workbook. We'll get you what you need.
Matt
Business Accounts
Answer for Membership
by: mvidasPosted on 2009-09-02 at 07:37:35ID: 25241503
Hi cspdmg,
The following snippet should be what you're looking for. Let me know if you need instructions on how to use it.
Matt
Select allOpen in new window