Not just simple copy and paste

Keebler

Board Regular
Joined
Dec 1, 2021
Messages
182
Office Version
  1. 2021
Platform
  1. Windows
so i have a collection of every evolving sets of data.
sometimes the data has merged cells, or merged cells with wrapped text, or just plain text.
what i need to learn how to do is to make a live (if possible) copy of the data to another part of the same sheet.

the setup
i have a range (a4:l48)
i need to have an exact copy (including formatting, merged cells, etc) made in range (m4:x48)
VBA is preferred but not required
my attempts to perform this so far have been using formulas and indexes -- it is cumbersome and does not copy formatting. only the text.
any help getting pointed in the correct direction would be greatly appreciated :) thank you
 
im sorry, the squares a little bit more than half way down
if they can not be copied, thats fine.
nevermind, im being picky... thank you- what you have done is perfect.. im sorry
please disregard.. im sorry- i do not know how to remove my complaint here
You don't have to apologize, I am here to help. :)

GB
 
Upvote 0
again, thank you very much for your time, please accept my apologies.
it did not copy the stupid squares, its okay. ill just copy them manually, truth is they really do not matter...
thank you, and i again apologize.
 
Upvote 0
again, thank you very much for your time, please accept my apologies.
it did not copy the stupid squares, its okay. ill just copy them manually, truth is they really do not matter...
thank you, and i again apologize.

You should try the last code that will copy the images too. You didn't tell me in the beginning that you have images there. Again, don't apologize, I love to help people with any chance I have.

Regards,
GB
 
Upvote 0
@Keebler Try just adding the line
VBA Code:
ActiveSheet.Paste
Above the End Sub line or after the lines posted by rowebca if in the middle of a bigger sub
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,850
Messages
6,193,350
Members
453,790
Latest member
yassinosnoo1

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