On the left side of the code pane [(Use Alt + F11) from your workbook - If
the code pane is not visible - use View from VBA menu -->Project Explorer]
you will find your workbook project - for example, VBAProject (Book1)-->
Below that you will find Microsoft Excel Objects --> Sheet1, Sheet2 etc.
Just double click the Sheet1, which will open the code page for the
correspondig sheet
Here you need to select Worksheet in the first dropdown and the
corresponding event in the next dropdown
If you are looking for workbook event, then you should do the same (double
click on the ThisWorkbook in the project explorer)
Cheers
Shasur
--
http://vbadud.blogspot.com
"(PeteCresswell)" wrote:
> I'm trying to put in some "AfterUpdate" processing.
>
> Something I Googled advises:
>
> "All you need to do is select the code page for the worksheet in
> question, select the drop down at the top left (which should say
> '(general)'), pick 'Worksheet' then select the 'Change' member of
> the drop down on the right. This will give you the Event sub."
>
> But how to find the "Code page for the worksheet"?
>
> Otherwise, it sounds like the MS Access development environment.
>
> All I see is Tools|Macros - which will get me to a code window,
> but that code window lacks the drop down at the top left that
> lets me point to "General" or various control names.
>
> What am I missing?
> --
> PeteCresswell
>