Application.SendKeys ("vlookup")
Thanks & Regards,
Gawli Anil Narayan
Software Developer,
Abacus Software Services Pvt Ltd
On Fri, Oct 18, 2013 at 4:37 PM, dr wrote:
> Would anyone know how to change or control where the vlookup window opens in
> code?
>
> On Tuesday, October 15, 2013 9:52:24 AM
Would anyone know how to change or control where the vlookup window opens
in code?
On Tuesday, October 15, 2013 9:52:24 AM UTC-4, dr wrote:
> I got the following code to work:
>
> Application.SendKeys ("%mf")
> Application.SendKeys ("vlookup")
> Application.SendKeys ("{ENTER}")
> Application.
I got the following code to work:
Application.SendKeys ("%mf")
Application.SendKeys ("vlookup")
Application.SendKeys ("{ENTER}")
Application.SendKeys ("{ENTER}")
On Thursday, October 10, 2013 7:59:29 AM UTC-4, dr wrote:
> Hi,
>
> Does anyone know how to display the vlookup dialog box using