in
All Tags » VBA » powerpoint (RSS)

Browse by Tags

  • Powerpoint VBA How to read chart series scheme color

    Is there a way to either (1) get the scheme color used for a barchart series item Fill.Forecolor or (2) get the scheme in use (the scheme color can be pre-determined into an array) or (3) prevent screen updates in Powerpoint when changes are made from Excel through Automation (macro is in Excel making...
    Posted to Powerpoint (Forum) by microsoft on 05-25-2010
  • VBA constants generating compile error in Windows 7

    Experts: I have programmed an Excel 2007 Add-in using VBA. It uses automation to control PowerPoint. I wrote it on a Windows XP machine. Yesterday I tested it on a Windows 7 machine which also has Office 2007 installed. Most of my macros work, but I'm getting a bunch of "Compile Error. Cannot...
    Posted to Automation (Forum) by microsoft on 05-24-2010
  • Excel VBA Delete All Pictures on PowerPoint Slides

    Good day, I have been trying so long to get this to work. I have a code that will copy a chart/picture from Excel into PowerPoint but I can't for the life of me figure out how to delete the picture on the slide first. I know there is some code to do this using PPT VBA but my code is in Excel. There...
    Posted to Excel (Forum) by microsoft on 05-16-2010
  • Power Point 2007 - VBA to Edit Linked Objects

    Hi, I need VBA Code to find all my Linked Obejcts in my Slides, and change the file location for all my linked objects, to a new directory. This must be run on Open Thanks!
    Posted to Powerpoint (Forum) by microsoft on 05-04-2010
  • Copy PowerPoint 2003 slide master between presentations using VB or VBA

    Hi, Is there a way in VB.NET (using Office 2003 PIA) or in VBA to copy slide and title masters from one PowerPoint 2003 template to another? Pete
    Posted to Powerpoint (Forum) by microsoft on 04-29-2010
  • VBA to change source of links in PowerPoint

    I have a PowerPoint file (Office 2007) that has Linked Object on each slide to various excel files. I need to move the Excel source files to a different folder location. Currently they sit in "\\serverXY\DataFiles" and I need to move them to "\\serverAQ\DataFiles". Since I have doesn't...
    Posted to Powerpoint (Forum) by microsoft on 04-22-2010
  • Merging Cells in a PowerPoint Table

    I am trying to find the syntax to merge cells in certain rows in a powerpoint table There are currently multiple tables in a template that are automatically updated using vba, and sometimes the lists have different number of rows. the code that i use to currently populate the tables is below. Case 2...
    Posted to Powerpoint (Forum) by microsoft on 03-03-2010
  • MS Access Powerpoint VBA

    Hi, I need Experts help to modify the attached code. I need to display the caption of the table fields in the spreadsheet not the Field name. How do I change this ? rng.Offset(0, i).Value = rs.Fields(i).Name Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22:...
    Posted to Visual Interdev (Forum) by microsoft on 02-16-2010
  • How do you group PowerPoint Objects on a slide

    I have an Excel file with a map of object names, slide number and grouping ID. From excel, i populate a powerpoint template with certain data tables, text boxes, etc. I then want to group certain objects according to the mapping in the excel template. It groups the first object easily enough but then...
    Posted to Powerpoint (Forum) by microsoft on 02-14-2010
  • PickUp PowerPoint Table Cell Formatting

    Can anyone explain why the following VBA code throws an error? I am trying to PickUp the formatting in a PowerPoint table cell. The object model appears to support this, but it just doesn't work. Thanks. Code Snippet: 1: 2: 3: Sub CellPickup() ActiveWindow.Selection.ShapeRange(1).Table.Cell(1, 1...
    Posted to Powerpoint (Forum) by microsoft on 02-08-2010
Page 1 of 4 (36 items) 1 2 3 4 Next >