Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2003 and and my operating system is Windows XP.
Using Excel VBA,is there any way to activates the Search Comapanion? I have tried Application.SendKey ("^{ESC}") but it does not work. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perhaps:
Sub dural() Application.SendKeys ("%fh") DoEvents End Sub -- Gary''s Student - gsnu200776 "Dennis Shaw" wrote: I am using Excel 2003 and and my operating system is Windows XP. Using Excel VBA,is there any way to activates the Search Comapanion? I have tried Application.SendKey ("^{ESC}") but it does not work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Functions (search within search result) reply to this please | Excel Worksheet Functions | |||
Need Companion Code | Excel Programming | |||
How do I search excel spreadsheets using multiple search criteria. | Excel Worksheet Functions | |||
Programmer's Companion | Excel Programming | |||
Create a search Field within a worksheet to search command buttons | Excel Programming |