M. Siler, you could do that this way,
Private Sub Worksheet_Activate()
Range("C2").Select
End Sub
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
"M.Siler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I hear you... This is only a quarterly update document to my boss and I
want
> to make sure when a this one sheet is accessed this message isn't missed.
I
> was hoping for something that didn't require a user action, something more
> like the input validation box when you enter a specific cell.
>
> Hey as I was typing this... Perhaps I can use a input validation message
if
> I can always force the active cell for a sheet when that sheet is first
> selected?
>
> "Mangus Pyke" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > On Mon, 18 Jul 2005 14:30:14 -0400, "M.Siler" wrote:
> >>How can I make a note or window popup each time a sheet is accessed? I
> >>thought I could use the Input Message on Data Validation, but you have
to
> >>be
> >>in a specific cell.
> >
> > I see you already got your answer, but I figured I had an obligation
> > to respond with the following:
> >
> > This will probably rank about a "kill someone" on a scale of annoying
> > to crazy-making, especially if other people will have to access to the
> > document.
> >
> > Just my two cents..
> >
> > MP-
> >
> > --
> > "Learning is a behavior that results from consequences."
> > B.F. Skinner
>
>
|