![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Posts: 758
|
I have a worksheet that has hidden columns and I want to copy and paste only the visible data, is this possible ?
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
Select from Menu: Edit > Goto > Special Then select Visible cells Only in the Goto box. Press Copy then goto the area you want to paste and Paste. You should only have the Visible cells _________________ ![]() Kind Regards, Ivan F Moala [ This Message was edited by: Ivan F Moala on 2002-05-04 15:41 ] |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Brisbane, Down Under
Posts: 533
|
Peter the vba code for this is
Selection.SpecialCells(xlCellTypeVisible).Select ActiveSheet.Paste |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|