Using .Value property instead of copy paste method to transfer values from one row to next blank row

anbhavane

New Member
Joined
Jul 12, 2021
Messages
20
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
  3. Mobile
  4. Web
Hello friends..

I want to use Range("Sheet1").value property instead of copy paste method in VBA to transfer values from one complete row to next blank row below. can someone please help in coding.
My range is from (A1:J1)

Regards..
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Glad to help & thanks for the feedback.
 
Upvote 0
I must be sleeping or something. Fluff script works with two different sheets.
From Sheet1 to Sheet2
I never saw that request in your original post.
I have changed the sheets as per my requirement. I had an initial idea of the code but was not able to put values serially in rows below.. Fluff's code matched my requirements and I just changed the sheet's name.
 
Upvote 0
Hello all.. In continuation to this.. I have created a table and want to copy the values from range to table, but the values are getting copied to cells below table. request you to kindly help..
btw I am using following code.

ThisWorkbook.Worksheets("Data").Range("AC" & Rows.Count).End(xlUp).Offset(1).Resize(, 324).Value = ThisWorkbook.Worksheets("Data").Range("AC3:MN3").Value
 
Upvote 0
Hello all.. In continuation to this.. I have created a table and want to copy the values from range to table, but the values are getting copied to cells below table. request you to kindly help..
btw I am using following code.

ThisWorkbook.Worksheets("Data").Range("AC" & Rows.Count).End(xlUp).Offset(1).Resize(, 324).Value = ThisWorkbook.Worksheets("Data").Range("AC3:MN3").Value
I would think you might be best to make a new posting. This thread is nearly 6 months old.
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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