Less View in Find

Z

zSplash

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
 
J

Jay Freedman

zSplash said:
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"
 
Top