2021-08-31 - Version 1.5.0.0

GLOBAL CHANGES
==============
* Enhanced documentation
* Fixed documentation bugs

NEW FUNCTIONS
=============
* _PPT_CommentAdd: Add a comment anywhere on a Slide or connected to a Shape.
* _PPT_CommentDelete: Delete a single Comment from a Slide or all Comments from a SlideRange.
* _PPT_CommentList: Get a list of all Comments in a presentation.

===============================================================================================================================
2021-08-25 - Version 1.4.0.0

GLOBAL CHANGES
==============
* Enhanced documentation
* Fixed documentation bugs

NEW FUNCTIONS
=============
* _PPT_ExcelImport: Import a Range of cells or a Chart from Excel and insert as Table or Picture into a Slide.

REMOVED FUNCTIONS
=================
* _PPT_HeaderFooterList: Has been removed and will be replaced with a _PPT_HeaderFooterGet function quite soon.

===============================================================================================================================
2021-08-17 - Version 1.3.0.0

GLOBAL CHANGES
==============
* Enhanced documentation
* Fixed documentation bugs

NEW FUNCTIONS
=============
* _PPT_ConvertUnits: Convert units (like centimeters) to other units (like points).
* _PPT_TableGet: Extract data from a PowerPoint Table Shape to an array.
* _PPT_TableSet: Write data to a PowerPoint Table Shape.

CHANGED FUNCTIONS
=================
* _PPT_PresentationExportGraphic: Format of parameter $vSourceSlide has been changed and now supports the SlideRange format as used by
  _PPT_SlideRangeSet. SCRIPT BREAKING CHANGE!
* _PPT_SlideCopyMove: Format of parameter $vSourceSlide has been changed and now supports the SlideRange format as used by
  _PPT_SlideRangeSet. SCRIPT BREAKING CHANGE!

===============================================================================================================================
2021-08-08 - Version 1.2.0.0

NEW FUNCTIONS
=============
* _PPT_HeaderFooterSet: Sets the Header/Footer for a Slide/Slides or the SlideMaster/NotesMaster/HandoutMaster/TitleMaster of a Presentation.
* _PPT_TextSet: Sets/modifies the Text of a Shape or Shapes of a single or multiple Slides.

===============================================================================================================================
2021-07-25 - Version 1.1.0.0

GLOBAL CHANGES
==============
* Enhanced documentation
* Fixed documentation bugs

NEW FUNCTIONS
=============
* _PPT_HeaderFooterList: Returns a list of Headers and Footers for a Presentation.
* _PPT_ShapeAdd: Add a Shape to a single or multiple Slides.
* _PPT_ShapeCopyMove: Copies or moves the specified Shape(s) of a single Slide to the specified Slide(s) in the same or a different Presentation.
* _PPT_ShapeDelete: Delete a Shape or Shapes from a single or multiple Slides.

FIXED BUGS
==========
* _PPT_ShapeRangeSet: The name format for the ShapeRange didn't work and crashed the script.
* _PPT_SlideRangeSet: The name format for the SlideRange didn't work and crashed the script.

MODIFIED FUNCTIONS
==================
* _PPT_TextFindReplace: Now the number of text replacements is returned in @extended

===============================================================================================================================
2021-07-20 - Version 1.0.0.0

GLOBAL CHANGES
==============
* Enhanced documentation
* Fixed documentation bugs

NEW FUNCTIONS
=============
* _PPT_ShapeList: Returns a list of shapes in a slide
* _PPT_ShapeRangeSet: Creates a ShapeRange object from a list of shapes (index, name etc.)
* _PPT_SlideList: Returns a list of Slides in a Presentation.
* _PPT_SlideRangeSet: Creates a SlideRange object with one or multiple slides.
* _PPT_TextFindReplace: Find & Replace text in the specified slide(s).

MODIFIED FUNCTIONS
==================
* _PPT_PresentationList: Now returns the title of the presentation in column 3, the path in column 2 now includes the filename.

===============================================================================================================================
2017-06-06 Alpha 5 - Downloads: 723

GLOBAL CHANGES
==============
* Enhanced error checking
* Enhanced documentation

NEW FUNCTIONS
=============
* _PPT_ErrorNotify: Sets or queries the debug level
* _PPT_PresentationList: Returns a list of currently open presentations
* _PPT_PresentationPrint: Print one/multiple/all slides of a presentation
* _PPT_VersionInfo: Returns an array of information about the PowerPoint UDF

MODIFIED FUNCTIONS
==================
* _PPT_PresentationAttach: New parameter $bPartialMatch now allows for apartial title search

===============================================================================================================================
2015-12-02 Alpha 4

GLOBAL CHANGES
==============
Added Example Scripts for each function

NEW FUNCTIONS
=============
* _PPT_PresentationExportGraphic: Export one/multiple/all slides of a presentation in a graphic format

===============================================================================================================================
2015-11-29 Alpha 3

NEW FUNCTIONS
=============
* _PPT_PresentationExport: Export the whole or parts of the presentation as PDF or XPS
===============================================================================================================================