I am trying to pull the number of slides from a powerpoint presentation using CFSCRIPT and some code I found on the MSDN website, however I'm getting this error:
<CFSCRIPT>
objPresentation = objPresentations.Open("filename", False, False, False);
BDP = objPresentation.BuiltinDocumentProperties;
customShow = BDP.Item("Number of Slides"
;
…
</CFSCRIPT>
Error Diagnostic Information:
Arguments expected by object does not match arguments specified
Any help is much appreciated!!![[ponytails] [ponytails] [ponytails]](/data/assets/smilies/ponytails.gif)
<CFSCRIPT>
objPresentation = objPresentations.Open("filename", False, False, False);
BDP = objPresentation.BuiltinDocumentProperties;
customShow = BDP.Item("Number of Slides"
…
</CFSCRIPT>
Error Diagnostic Information:
Arguments expected by object does not match arguments specified
Any help is much appreciated!!
![[ponytails] [ponytails] [ponytails]](/data/assets/smilies/ponytails.gif)