Paste Visible Cells Only - Size and Shape Issue

Ottsel

Board Regular
Joined
Jun 4, 2022
Messages
167
Office Version
  1. 365
Platform
  1. Windows
I got my sorting issue resolved thanks to Joe4, but I'm facing a challenge where I cannot paste my selected array into the desired area I want my sorted data.

Currently after sorting my list to hide all the zero values and only show the data I need I copy visible cells only.
VBA Code:
activesheet.range("C300:P350").specialCells(xlCelltypevisible).copy

Then I want to paste values into C61:P74

The data can change, but it'll never exceed row 74.

I have a lot of other data below row 74, so I'm not sure how to approach it.

I keep getting a Size and Shape error every time I attempt to paste.values.

This booklet is ancient, so using Excel2003.

Any help, tips or suggestions would be greatly appreciated!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Check this thread

 
Upvote 0

Forum statistics

Threads
1,215,084
Messages
6,123,029
Members
449,092
Latest member
ikke

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