how could it have been doing this by default all this time until now?
how could it have been doing this by default all this time until now?
Excel 2003/2007 work the same way.
Entia non sunt multiplicanda sine necessitate
it worked for so long, no one out there?
I can't BELIEVE this isn't an option among all the options Excels offers. Anyway, VBA to the rescue.
Created this in my personal workbook:
Then assigned this macro to Ctrl-C. Voila.![]()
Sub SelectVisible() Selection.SpecialCells(xlCellTypeVisible).Select Selection.Copy End Sub
Note, doesn't work for single cells when there are rows/cols hidden elsewhere on the sheet.
not sure why (it expands to select the whole sheet for some reason)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks