Results 1 to 7 of 7

Highlight activecell's row and column

Threaded View

  1. #4
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Highlight activecell's row and column

    I went a similar route.

    A Sheet specific macro enters the activecell address into p1

    That triggers two conditional formats.

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    Range("P1").Value = Target.Address
    End Sub
    Formula: copy to clipboard
    =COLUMN()=COLUMN(INDIRECT($P$1))




    Formula: copy to clipboard
    =ROW()=ROW(INDIRECT($P$1))
    Attached Files Attached Files
    Last edited by mehmetcik; 12-26-2014 at 04:54 PM.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Highlight Row of ActiveCell
    By kicker850 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-30-2013, 05:24 PM
  2. [SOLVED] From Activecell, Paste cell value on current row into column A, Column B, D, and G
    By bg_enigma1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-08-2012, 03:43 PM
  3. Output contents of Activecell when Activecell may be string or numeric.
    By jfriddle in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-09-2012, 12:27 PM
  4. [SOLVED] highlight activecell
    By flow23 in forum Excel General
    Replies: 10
    Last Post: 02-21-2006, 08:10 AM
  5. How to set ActiveCell to a new column?
    By Carl in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-17-2005, 07:06 PM

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