![]() |
|
#1
|
|||
|
|||
![]()
Yes, if the columns are far apart its an issue i agree. I must admit i dont know an easy way of selected just the cells with nothing showing
Can do it with a few lines of VBA, maybe assigned to f12? but that might be overkill - it just selects at the monment but could be changed to copy Sub selectnCopypop() Dim r As String Dim rRow As Integer r = ActiveCell.Address rRow = ActiveCell.Row Do While ActiveCell.Offset(rRow, 0) <> "" rRow = rRow + 1 Loop Range(r).Resize(rRow, 1).Select End Sub |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
asearle | Word | 8 | 08-07-2012 08:07 AM |
![]() |
tinfanide | Word VBA | 2 | 12-05-2011 03:41 AM |
Shortcut keys in Find&Replace | fsdance | Word | 0 | 02-11-2011 03:27 PM |
cant use shortcut keys (ctrl+c/v/z...) | laro | Office | 0 | 10-08-2010 11:01 PM |
Can't Assign Shortcut Keys | Vicki F. | Word | 0 | 04-17-2010 03:03 PM |