Re: Hidden Column
- From: Ashman <Ashman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 May 2005 14:07:44 -0700
Thanks for the help, but it did not work.
What I am trying to do if run an if statement, ie if the column is hidden
then run a procedure, if it is false, then run a different procedure.
The start of the if statement i would like to use, is:
sheets("money in").column(lastbank+2)
Can you help with this?
Jason
"JE McGimpsey" wrote:
> One way:
>
> Public Sub IsItHidden()
> MsgBox IIf(Columns(3).Hidden, "", "Not ") & "Hidden"
> End Sub
>
> Change column number to suit.
>
>
> In article <A6B24376-7FE6-427A-A426-C152D87AC932@xxxxxxxxxxxxx>,
> Ashman <Ashman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> > G'Day all,
> >
> > I have a quick question. In a worksheet I have a column which sometimes is
> > hidden.
> >
> > How do I use a macro to detect if the column is hidden or not?
> >
> > Any help would be much appreciated.
> >
> > Thanks
> >
> > Jas
>
.
- Follow-Ups:
- Re: Hidden Column
- From: JE McGimpsey
- Re: Hidden Column
- References:
- Hidden Column
- From: Ashman
- Re: Hidden Column
- From: JE McGimpsey
- Hidden Column
- Prev by Date: Re: Checking Options in UserForms Collection
- Next by Date: Re: Won't accept sheet name
- Previous by thread: Re: Hidden Column
- Next by thread: Re: Hidden Column
- Index(es):
Relevant Pages
|