![]() |
![]() |
|
|||||||
| 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 |
|
New Member
Join Date: Feb 2002
Location: Mark
Posts: 5
|
I have a sheet that has an advance filter to transfer onto another sheet, is there anyway that for example I can hide selected columns in the finished sheet in the same macro?
|
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
|
Quote:
Columns("A:A").Select Selection.EntireColumn.Hidden = True to hide column A or replace the letters to select a range of columns.
__________________
Regards, Gary Hewitt-Long |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|