Yogesh,
The Excel 2007 ribbon is a complete revamp of the menu bar from earlier
versions of Excel. There is a lot of information on the web regarding the
ribbon. Ron's (
http://www.rondebruin.nl/tips.htm) and Stephen's sites
(
http://www.oaltd.co.uk/Excel2007ProgRef/Default.htm) have some good
information on manipulating and working with the ribbon.
In Excel 2007 you can call the find dialog with the following:
Application.CommandBars.ExecuteMso "FindDialogExcel"
Best,
Matthew Herbert
"Yogesh Gupta" wrote:
I am using Excel2007
I am looking for a VBA code to show excel find dialogbox that you get
through Ctrl+F.
I am not able to get the same dailogbox through excel VBA macro.
dialog box through following code is not similar to what you get with Ctrl+F
Application.Dialogs(xlDialogFormulaFind).Show
Another one which gives this dailog box does not work with auto open macro
Application.CommandBars.FindControl(ID:=1849).Exec ute
--
Yogesh Gupta