Move to cell below pasted values

jeroen1994

New Member
Joined
Apr 4, 2022
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hi,

  • I am using a Macro-recorder to help copy names from our software system to an Excel sheet.

  • The number of rows is often not equal, sometimes 1 name/ 1 row, sometimes 6 names/ 6 rows.

  • I would like to continually keep pasting names under eachother without empty rows, to do this I want to move to the cell below the pasted values. Anybody that could help me out?

Currently I have my macro move down 6 rows, after pasting the data, but that often leads me with some empty rows that I have to remove later.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to the forum, if you post the code for the macro that you are currently using we may be able to modify it to select the next blank row. To post code click the VBA icon and then paste your code. This will format it to look like code on our forum
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,184
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top