Ctrl-F , the find shortcut key, is an excellent tool to find looking in the horizontal direction. But often I want to find to look not in the horizontal direction but rather to look in the vertical direction. Better would be to have that vertical find function assigned to a shortcut key such as Shift-Ctrl-F . Does the function even exist without having to resort to Edit / Find and Replace / Columns ?
Thanks All - Mike
1 Like
The Ctrl-F has a few of details only: Up/Down, Match case and Formatted View.
If you want an another simple searching function with constant parameters, then you must write a macro for this task. (An InputBox where you can enter the text to search, and then you can call the detailed Find function, but with predefined constant parameters.)
I think I will do that and make it into Ctrl-Shift-F. Thanks! - Mike