Results 1 to 7 of 7

Please help! formatting last row

Threaded View

  1. #1
    Forum Contributor
    Join Date
    12-04-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    127

    Please help! formatting last row

    Can someone please help me with the next peice of code required for this:

    I want to go to the last row of the sheet and add some BOLD and Colour formatting.

    the TOTALS range is C26:X26 (although the amount of rows change on a daily basis)

    I have all the code working, and have got as far as:

     With Sheets("Sheet1")
                 .Range("C" & .Rows.Count).End(xlUp).Select
                  ActiveCell.Offset(0, -1) = "Turnover"
        
               End With
    Which adds "Turnover" into cell B**, I then want to format the subtotals to BOLD and highlight the cells as GREY.


    Can anyone help please?


    thankyou.
    Last edited by Robotacha2010; 04-15-2011 at 08:21 AM.

Thread Information

Users Browsing this Thread

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

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