Results 1 to 4 of 4

Last row on every page

Threaded View

  1. #1
    Registered User
    Join Date
    04-26-2007
    Posts
    77

    Last row on every page

    Dear Sir,

    How to findout LastRow on every page in sheet.

    http://www.vbaexpress.com/forum/showthread.php?t=13260

    Actually I want to apply following border to lastrow of every sheet page

     With Selection.Borders(xlEdgeBottom)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = xlAutomatic
        End With
    Please help
    Last edited by VBA Noob; 06-13-2007 at 08:43 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