I'm glad that worked for you, Roger......and thanks for the feedback.
***********
Regards,
Ron
XL2003, WinXP
"Roger L" wrote:
> So...simple and it works perfect! Thanks so much Ron!!! I really appreciate
> it.
>
> "Ron Coderre" wrote:
>
> > This works:
> >
> > Sub ShowDVList()
> > Range("A6").Select
> > SendKeys "%{DOWN}"
> > End Sub
> >
> > Does that help?
> > ***********
> > Regards,
> > Ron
> >
> > XL2003, WinXP
> >
> >
> > "Roger L" wrote:
> >
> > > I have a cell that has a validation list (already populated). I have added a
> > > button next to the cell so that when a user selects it, it will automatically
> > > go to the validation list cell and show the list without having to click on
> > > the down arrow. Can anyone help with the code for this? I have the code to
> > > get to the cell which is easy (Range("A6").Select) but can't get the dropdown
> > > list to show automatically.
> > >
> > > Thanks,
> > > Roger
> > >
|