I use comments allot in Excel and I need to search for a particular text that is in both values and comments. Is there a way to configure the Find and Replace in Excel to look by default in these fields?
|
feedback
|
|
I do this: For my workbook, go to VBA. Under Microsoft Excel Objects > ThisWorkbook
So, whenever the workbook loads, it will run this code which basically do a dummy search and set the LookIn to Values (from Formula). Excel tends to "remember" your last setting. Thus your future CTRL-F will use this setting. I know you can put a dummy workbook which auto-loads each time Excel loads, but I prefer to set it for specific workbook instead. Hope this helps. | |||
|
feedback
|
|
You can try Advanced Find & Replace for Microsoft Excel.
| |||||||||||
feedback
|