Re: $$Excel-Macros$$ Re: Display Vlookup dialog box with vba code

2013-10-19 Thread Anil Gawli
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

$$Excel-Macros$$ Re: Display Vlookup dialog box with vba code

2013-10-18 Thread dr
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.

$$Excel-Macros$$ Re: Display Vlookup dialog box with vba code

2013-10-15 Thread dr
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