+ Reply to Thread
Results 1 to 6 of 6

Highlight Row & Column of Active cell in large spreadsheets

  1. #1
    Registered User
    Join Date
    03-19-2013
    Location
    Myrtle Beach, SC
    MS-Off Ver
    Excel 2013
    Posts
    12

    Unhappy Highlight Row & Column of Active cell in large spreadsheets

    Good Afternoon,

    Is there a way to highlight the row and column of the active cell? The highlighting will move as the active cell is moved around the spread sheet. I have a newbie manager that is bugging the pea-turkey out of me! He wants to be able to easily see where he is within some of our sheets while he is in a vehicle or outside on a job site...seems like an "accessibility" type issue, but can't find anything in Excel "Options."

    HELP!
    chrisb84

  2. #2
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: Highlight Row & Column of Active cell in large spreadsheets

    Try:
    HTML Code: 

  3. #3
    Registered User
    Join Date
    03-19-2013
    Location
    Myrtle Beach, SC
    MS-Off Ver
    Excel 2013
    Posts
    12

    Re: Highlight Row & Column of Active cell in large spreadsheets

    This is a new area of Excel for me. How do I incorporate this? Is this a macro function?

  4. #4
    Forum Contributor
    Join Date
    09-27-2012
    Location
    Florida
    MS-Off Ver
    Excel XP to 2013
    Posts
    342

    Re: Highlight Row & Column of Active cell in large spreadsheets

    Open the Visual Basic Editor (VBE) with Alt+F11 and double click on "ThisWorkbook" In the file you want to add the code to and paste this code in the main window.

    Please Login or Register  to view this content.
    You can change the numbers after RGB( to change the color. Good Luck.
    Tom S.
    ↙ If you find my reply helpful click on the * down there on the left. Yeah that's it, right there, down on the left
    If your question is resolved, mark it SOLVED using the thread tools.

  5. #5
    Registered User
    Join Date
    03-19-2013
    Location
    Myrtle Beach, SC
    MS-Off Ver
    Excel 2013
    Posts
    12

    Re: Highlight Row & Column of Active cell in large spreadsheets

    Tank,

    Ran the VBE in a blank, new workbook and it worked perfectly. Then I copied the code in to my "real" workbook and got this error:

    Runtime error '1004':
    Application-defined or User-defined error

    I ran "debug" and this line was highlighted:

    Cells.Interior.ColorIndex = xlNone

    For me, this is treading in unknown waters.

    Thoughts? Do you want me to post up my workbook? It contains tables, graphs, filtering, formulas, and conditional formatting. Could some of this be interferring with the fix you created?

    chrisb84

  6. #6
    Forum Contributor
    Join Date
    09-27-2012
    Location
    Florida
    MS-Off Ver
    Excel XP to 2013
    Posts
    342

    Re: Highlight Row & Column of Active cell in large spreadsheets

    Chris, I tried the code on several sheets with all the things you described and don't get the error. Upload a sample file where you get the error so we can take a look at it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1