If it helps, I have tried having this statement
Application.CommandBars("Worksheet Menu Bar").Controls
("Edit").Controls.Item("Find...").Reset
in the hope of resetting the functionality of the Find command button
or Ctrl+F. Does any one have any idea why I am losing the default Ctrl
+F functionality as well as Find button functionality also.
Any help is greatly appreciated.
Thanks
On Dec 15, 8:53 am, "Sreekanth Kollu" <
kollu.sreeka...@gmail.com>
wrote:
> Hi,
> Thanks for the response.
> The Deactivate event gets called when ever the current workbook loses focus.
> So it is getting invoked(e.g. Alt+Tab to another Excel workbook OR close the
> current workbook).
>
> One interesting thing I noticed is, I kept the below statements together
> just to see the behavior of "Ctrl+F".
> *Application.OnKey "^f", "FindByValue"
> Application.OnKey "^F", "FindByValue"*
> *Application.OnKey "^f"
> Application.OnKey "^F"*
> > > Thanks- Hide quoted text -
>
> - Show quoted text -