Results 1 to 34 of 34

Need another solution for this function of highlighting of rows and cells

Threaded View

  1. #1
    Forum Contributor
    Join Date
    07-01-2019
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    179

    Smile Need another solution for this function of highlighting of rows and cells

    Hi,


    Attched is my workbook.
    There is a VBA + a formula to highlight columns and rows.

    After a while this has started to make Excel and the workbook slow. As soon as I removed the formula from the formatting rules, the workbook is fast again.

    Is there another solution for this to work?

    Existing:

    VBA:


    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Application.CutCopyMode = False Then
    Application.Calculate
    End If
    End Sub
    Formula:
    =ELLER(CELLE("col")=KOLONNE();CELLE("row")=RAD()) (In Norwegian)

    Regards
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by Tirrazo; 04-18-2022 at 08:59 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need another solution for this function of highlighting of rows and cells
    By Tirrazo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-16-2022, 06:50 AM
  2. Function/solution to fill in cells!
    By QuantEdge in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-25-2018, 12:08 PM
  3. Replies: 3
    Last Post: 12-09-2015, 02:05 PM
  4. Highlighting rows and cells as you navigate??
    By kirbychos in forum Excel General
    Replies: 3
    Last Post: 03-12-2015, 09:53 AM
  5. [SOLVED] Highlighting rows with macro/function
    By xanthom in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-17-2014, 08:18 AM
  6. Comparing Two Rows And Highlighting Different Cells
    By ExcelNewbieSK in forum Excel General
    Replies: 6
    Last Post: 01-18-2013, 03:13 PM
  7. [SOLVED] Highlighting rows or cells
    By CP in forum Excel General
    Replies: 5
    Last Post: 05-24-2005, 06:32 AM

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