Re: How to control worksheet initialization upon opening a workbook
From: Nick (nico_zin_at_yahoo.com)
Date: 10/31/04
- Next message: CCDC: "Lookup, IF, Then help"
- Previous message: Lesley Hutchinson: "How do I stop automatic page breaks in excel"
- Next in thread: Bob Phillips: "Re: How to control worksheet initialization upon opening a workbook"
- Reply: Bob Phillips: "Re: How to control worksheet initialization upon opening a workbook"
- Messages sorted by: [ date ] [ thread ]
Date: 31 Oct 2004 04:55:37 -0800
No offence, but what exactly are you talking about?
I'm looking for suggestions not opinions.
"Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message news:<OfziSitvEHA.1296@TK2MSFTNGP10.phx.gbl>...
> Yep you are off base. Your view of initialize would be different than mine,
> would be different that ... etc. Together with different data combinations,
> added controls, and so on, and so on, the combinations are many.
>
>
> --
>
> HTH
>
> RP
>
> "Nick" <nico_zin@yahoo.com> wrote in message
> news:1ff3001a.0410301352.35799e4c@posting.google.com...
> > I have 2 worksheets. Each one contains a few buttons.
> >
> > When I open my workbook, I would like to initialize some of the
> > behavior on each worksheet. For example, I would like to disable
> > certain buttons on each worksheet.
> >
> > I am quite aware of the workbook_open() routine and also aware that
> > I can iterate through the workbook to retrieve each worksheet.
> >
> > However, I find it hard to believe that I can't initialize behavior
> > for each or certain worksheets upon startup.
> >
> > Ideally, I would like to do this:
> >
> > Private Sub Workbook_Open()
> > For Each ws In Worksheets
> > ws.<initialize> <----- this would be nice
> > Next ws
> > End Sub
> >
> > Suggestions?
> >
> > Am I completely off-base with my approach?
> >
> > thanks.
- Next message: CCDC: "Lookup, IF, Then help"
- Previous message: Lesley Hutchinson: "How do I stop automatic page breaks in excel"
- Next in thread: Bob Phillips: "Re: How to control worksheet initialization upon opening a workbook"
- Reply: Bob Phillips: "Re: How to control worksheet initialization upon opening a workbook"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|