I always want the "Less view" in find (and not be given the advanced find
criteria unless I ask for it). Here's the code I'm trying, unsuccessfully:
SendKeys "%{l}"
(or) SendKeys "%{L}"

Please help, guys.

TIA

Re: Less View in Find by Jay

Jay
Fri Sep 24 14:23:40 CDT 2004

zSplash wrote:
> I always want the "Less view" in find (and not be given the advanced
> find criteria unless I ask for it). Here's the code I'm trying,
> unsuccessfully: SendKeys "%{l}"
> (or) SendKeys "%{L}"
>
> Please help, guys.
>
> TIA

Hi z,

Leave out the braces. It's just
SendKeys "%l"

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org



Re: Less View in Find by zSplash

zSplash
Fri Sep 24 17:44:05 CDT 2004

Thanks, Jay. : )

st.
"Jay Freedman" <jay.freedman@verizon.net> wrote in message
news:OLpIBwmoEHA.1712@tk2msftngp13.phx.gbl...
>