Results 1 to 20 of 104

Thread: Creating Multiple Tables Using Loop in VBA. I still want to add new sheets and add

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,970
    The last snippet I gave adds a table after the last sub category on every category (LOB) sheet.
    To get one table after the last sub category on only the last category sheet, put your code just before End Sub, say in the vicinity of:
    NewSht.Cells(Rows.Count, "B").End(xlUp).Offset(2)
    Last edited by Aussiebear; 03-24-2025 at 05:54 AM.
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

Tags for this Thread

Posting Permissions

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