View Single Post
 
Old 10-15-2013, 08:57 PM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

Would it suit their purpose if, having done the <Ctrl-F>, they then hit <Shift-Space>? That selects the entire row, which highlights it though not in a color you can control.

If you want a more noticeable color, all that occurs to me is a VBA solution: Set it up on their machines so that <Ctrl-F> triggers a VBA macro rather than the Find function (can we do that?). The macro acts like Find in that it receives the string and locates it in the worksheet, but then highlights the entire row in some bright color.
Reply With Quote