I need a code for pasting the data on column A, starting from A1, then A17, A33, …. A-17th. if previous entry is long than 16, then paste onto next A-17th.
any idea?
thank you very much.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
paste on n-th row if empty (excel 97)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » paste on n-th row if empty (excel 97)
- This topic has 6 replies, 3 voices, and was last updated 23 years, 2 months ago.
AuthorTopicViewing 1 reply threadAuthorReplies-
WSunkamunka
AskWoody LoungerMarch 29, 2002 at 4:59 pm #579298On the basis that:
- your data is contiguous (i.e. no blank cells
- you won’t know how large your blocks of data are until runtime
- you’ve already acrried out the first paste into Column A[/list]try something like:
ActiveCell.End(xlDown).Offset(1,0).Activate
ActiveSheet.Paste
or would you like to be a bit more specific about the source and target formats? HTH
-
WSAndrew Cronnolly
AskWoody LoungerMarch 29, 2002 at 6:52 pm #579312Assuming that the data you paste does not include blank cells, the following should select the next cell as I think you want :
If ActiveCell.Row 1 Then ActiveCell.Offset(17 - ActiveCell.Row Mod 17, 0).Select End If ActiveSheet.Paste ActiveCell.End(xlDown).Select
This means that each block of data will occupy 1 or more 16 cell blocks of cells.
Andrew C
-
WSjoe8888
AskWoody LoungerMarch 29, 2002 at 8:52 pm #579353Maybe I did not explain clearly.
I want to copy data from 5 sheets into one sheet (sumu). on this sheet I only use column A. paste the first sheet data on A1, When paste the second sheet data, I need to find next empty n*17th cell like A17 or A33 or A49…etc, depends on how long the first set data is. please see the attachment. -
WSunkamunka
AskWoody LoungerMarch 29, 2002 at 11:17 pm #579418Andrew understood you more clearly than I did!
The code (slightly modified from what Andrew posted) is as follows:
Sub CopyOut() Sheets("Sheet1").Activate 'this is in case Cell A1 in SUMU is not selected. Range(("A1"), Range("A1").End(xlDown)).Copy Sheets("SUMU").Activate Range("A1").Activate ActiveSheet.Paste ActiveCell.End(xlDown).Activate Sheets("Sheet2").Activate PasteIn Sheets("Sheet3").Activate PasteIn Sheets("Sheet4").Activate PasteIn Sheets("Sheet5").Activate PasteIn End Sub Sub PasteIn() Range(("A1"), Range("A1").End(xlDown)).Copy Sheets("SUMU").Activate If ActiveCell.Row 1 Then ActiveCell.Offset(17 - ActiveCell.Row Mod 16, 0).Activate End If ActiveSheet.Paste ActiveCell.End(xlDown).Activate End Sub
You simply need to run CopyOut. The other Sub is simply to reduce repetition. Please post back if you have any queries.
-
WSAndrew Cronnolly
AskWoody LoungerMarch 29, 2002 at 11:36 pm #579425Here is an adaption of teh code from above. It seems to work the way you want.
Sub PasteToEveryNth() Dim ws As Worksheet Sheets(1).[A1].Select For Each ws In ThisWorkbook.Sheets If ws.Index 1 Then ws.Range(ws.[A1], ws.[A1].End(xlDown)).Copy If ActiveCell.Row 1 Then ActiveCell.Offset(17 - ActiveCell.Row Mod 16, 0).Select End If ActiveSheet.Paste ActiveCell.End(xlDown).Select End If Next End Sub
Andrew C
-
WSjoe8888
AskWoody Lounger
-
-
-
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Microsoft : Edge is better than Chrome
by
Alex5723
10 hours, 14 minutes ago -
The EU launched DNS4EU
by
Alex5723
22 hours, 56 minutes ago -
Cell Phone vs. Traditional Touchtone Phone over POTS
by
280park
13 hours, 17 minutes ago -
Lost access to all my networked drives (shares) listed in My Computer
by
lwerman
1 day, 4 hours ago -
Set default size for pasted photo to word
by
Cyn
1 day, 10 hours ago -
Dedoimedo tries 24H2…
by
Cybertooth
22 hours, 30 minutes ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
2 days, 9 hours ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
2 hours, 9 minutes ago -
Small desktops
by
Susan Bradley
1 hour, 15 minutes ago -
Totally disable Bitlocker
by
CWBillow
1 day, 2 hours ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
2 days, 6 hours ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
3 days, 13 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
1 day, 8 hours ago -
Mystical Desktop
by
CWBillow
3 days, 16 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
2 days, 21 hours ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
9 hours, 13 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
4 days, 7 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
4 days, 10 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
4 days, 8 hours ago -
What is wrong with simple approach?
by
WSSpoke36
2 days, 6 hours ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
4 days, 20 hours ago -
Location, location, location
by
Susan Bradley
3 days, 10 hours ago -
Cannot get a task to run a restore point
by
CWBillow
4 days, 21 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
4 days, 12 hours ago -
June 2025 Office non-Security Updates
by
PKCano
5 days, 8 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
10 hours, 45 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
5 days, 8 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
5 days, 18 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
4 days, 21 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
6 days, 3 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.