Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
Situation... Data in Col a to d, and a total in column bz. I need formulae to hide cols e to by, (bz is fixed, but a - d could vary either more or less columns...) Thanks!!! Regards D *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("E1:BY1").EntireColumn.Hidden = True
Charles Darin Kramer wrote: Hi there, Situation... Data in Col a to d, and a total in column bz. I need formulae to hide cols e to by, (bz is fixed, but a - d could vary either more or less columns...) Thanks!!! Regards D *** Sent via Developersdex http://www.developersdex.com *** |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Charles,
Unfortunately e1 is not fixed, it will always change - hence the need for some VB *** Sent via Developersdex http://www.developersdex.com *** |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the criteria to choose Column B-E?
Charles Darin Kramer wrote: Thanks Charles, Unfortunately e1 is not fixed, it will always change - hence the need for some VB *** Sent via Developersdex http://www.developersdex.com *** |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Darin,
How do you determine which column to start to hide the data in?? Is it the same for every row? |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes Steve, its the same for every row. I think using row 1 would be a
good idea... *** Sent via Developersdex http://www.developersdex.com *** |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok...then in your spreadsheet. how do you determine what column do you
want to start to hide the data at...is there something special in the first column that you want hide that will distinguish it from the data you want to show? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select lowest value from 3 columns | Excel Worksheet Functions | |||
select columns by variable | Excel Programming | |||
Select second columns only | Excel Discussion (Misc queries) | |||
How to select columns in loop | Excel Programming | |||
Select from Columns | Excel Programming |