Is there anyway to change the default on Edit/Find to look for Values not formulas in specific workbook?
Thanks.
Pooja
Is there anyway to change the default on Edit/Find to look for Values not formulas in specific workbook?
Thanks.
Pooja

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
I figured it out. Insert the code below. If you want to use it globally, insert it into your personal.xls. If you just want it on a specific workbook, insert it into a module.
Sub EditFind()
Application.Dialogs(xlDialogFormulaFind).Show , 2, , 2
End Sub
Thanks for sharing your solution!
Jan Karel Pieterse
Microsoft Excel MVP, WMVP
www.jkp-ads.com
Professional Office Developers Association