Results 1 to 10 of 25

Thread: Creating Pivots in Excel VBA and Create an Email

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Member
    Join Date
    Jul 2013
    Posts
    31
    Rep Power
    0
    I'm getting an error at tis Code sayin, SubsCript out of Range

    Code:
    Set pvc = .PivotCaches.Create(SourceType:=xlDatabase, SourceData:=.Worksheets("ccm_dispute_results").Cells(1).CurrentRegion.Address(, , xlR1C1, True), Version:=xlPivotTableVersion12)
        End With
    Last edited by Admin; 07-09-2013 at 09:51 PM. Reason: Corrected Code Tag - } to ]

Similar Threads

  1. Replies: 17
    Last Post: 07-15-2013, 09:56 PM
  2. VBA Code To Email Multiple Recipients From Excel
    By cdurfey in forum Excel Help
    Replies: 4
    Last Post: 06-11-2013, 12:18 AM
  3. Replies: 2
    Last Post: 05-23-2013, 08:08 AM
  4. Replies: 2
    Last Post: 03-12-2013, 02:57 PM
  5. Creating drop-down function in excel
    By Jorrg1 in forum Excel Help
    Replies: 4
    Last Post: 01-09-2013, 01:45 PM

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
  •