Shift Ctrl Down Arrow Issue

santa12345

Board Regular
Joined
Dec 2, 2020
Messages
66
Office Version
  1. 365
Platform
  1. Windows
Hello. I am copying a range of data from one tab. (1st tab)
There maybe some blank rows of data in the range. (1st tab)
I then copy and paste special that range of data as values only into another tab. (2nd tab)
When I sort the 2nd tab and then hit Shift Ctrl Down Arrow it grabs more rows that the displayed data.
There is no character / formula, etc.. in the blank rows even thou the shift ctrl down arrow grabs it.
Any ideas would be greatly appreciated.
Thank you.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi,
It's by design.
Save workbook to shrink used range
Or use this macro:
VBA Code:
Sub ResetUsedRange()
  ActiveSheet.UsedRange
End Sub
 
Upvote 0
Hello - I am very sorry for not replying sooner... The above worked !!!!! Thank you.
 
Upvote 0

Forum statistics

Threads
1,215,355
Messages
6,124,468
Members
449,163
Latest member
kshealy

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