![]() |
|
|
|
#1
|
||||
|
||||
|
IIRC an Excel aficionado named Ivan Moala developed such a utility about a decade ago. It would highlight the entire selected column & row, then restore the original formatting once you moved to another cell. IIRC there was a noticeable delay when changing cells, as the code had to: a) search the entire column & row for any existing highlights, so they could be saved; b) restore the highlight states for every cell in the exited row/column; c) re-save the highlights for any cell whose column/row overlapped the previous active cell's column/row; and, finally, apply the temporary highlights. Even that didn't try to preserve existing highlights while the column/row was 'active'. With modern workbooks having so many more rows & columns to handle, I wouldn't be surprised if the task became unmanageably slow.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#2
|
||||
|
||||
|
Yeah, but Dee is saying the goal is to highlight the row of the selected cell "without losing any previous highlighted cells"; that sounds like all that's needed is my one-statement code snippet below. Granted, that's much too simple; it would end up highlighting every row just from scrolling the cursor up and down.
Dee, your sample just shows a highlighted cell; it doesn't illuminate me much. You say my solution "didn't work"—but how did it not work? Did it bomb with a message? Fail to do anything at all? Do something but not what you wanted? What? |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change color of existing borders for an existing table | JayUSA | PowerPoint | 1 | 01-21-2016 04:21 PM |
Style affecting other paragraphs around the word I'm trying to change.
|
Bahamut5098 | Word | 2 | 03-02-2015 01:42 PM |
| Applying layout to existing slides without affecting font | mgw130 | PowerPoint | 3 | 12-15-2012 04:38 AM |
Formatting affecting more than selected text
|
esteban | Word | 7 | 05-25-2012 04:34 AM |
| find - reading highlight - highlight all / highlight doesn't stick when saved | bobk544 | Word | 3 | 04-15-2009 03:31 PM |