Results 1 to 3 of 3

Display highest number in group in row L

Threaded View

  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    NJ
    MS-Off Ver
    2010
    Posts
    50

    Display highest number in group in row L

    the code at the bottom was written for me. It worked in a previous sample sheet but I can't get it to work real time. If you open the sheet, you'll see that it doesn't work. But it DID work on a different sheet. I'm baffled. Please help.

    Sub Test()
      Dim MyArea
        For Each MyArea In Columns(12).SpecialCells(2).Areas
            MyArea.Offset(-1).Resize(1).Value = Application.Max(MyArea)
            MyArea.Offset(-1).Resize(1).Font.Bold = True
        Next MyArea
    End Sub
    Attached Files Attached Files
    Last edited by RomanGriffen; 09-03-2014 at 03:47 PM. Reason: fixing errors

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Display highest number in group
    By RomanGriffen in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-29-2014, 07:46 PM
  2. Replies: 2
    Last Post: 04-16-2013, 08:14 AM
  3. Work out highest number and display another column
    By danielseward408 in forum Excel General
    Replies: 3
    Last Post: 08-21-2012, 03:51 PM
  4. [SOLVED] Lowest number of corresponding category that is part of a group
    By jrm0523 in forum Excel General
    Replies: 6
    Last Post: 04-14-2012, 07:55 PM
  5. Display Highest Number??
    By softz in forum Excel General
    Replies: 2
    Last Post: 07-06-2009, 12:09 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