Consulting

Results 1 to 14 of 14

Thread: LastRow on every page

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Contributor
    Joined
    May 2007
    Posts
    128
    Location

    LastRow on every page

    Referece: http://www.excelforum.com/showthread.php?t=602958

    Dear Sir,

    How to findout LastRow on every page in sheet.

    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 Aussiebear; 01-05-2025 at 02:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •