Hello,
I'm struggling with some VBA code
Take this line:
Dim new_row As PowerPoint.Row
If I right click on "PowerPoint" and go to "Definition" then it finds it all okay in the object browser (I've included the reference to the Powerpoint 15.0 Library)
If I do the same for "Row" then it gives me this error:
"Identifier under cursor is not recognized"
This seems very strange as when I go to "PowerPoint" in the object browser then "Row" is listed there as a member of "PowerPoint"
Any ideas at all?
I was thinking is the naming ambiguous, but I think PowerPoint is the name of he library - is it possible there's an issue with the naming there?
Thanks!
Phil
I'm struggling with some VBA code
Take this line:
Dim new_row As PowerPoint.Row
If I right click on "PowerPoint" and go to "Definition" then it finds it all okay in the object browser (I've included the reference to the Powerpoint 15.0 Library)
If I do the same for "Row" then it gives me this error:
"Identifier under cursor is not recognized"
This seems very strange as when I go to "PowerPoint" in the object browser then "Row" is listed there as a member of "PowerPoint"
Any ideas at all?
I was thinking is the naming ambiguous, but I think PowerPoint is the name of he library - is it possible there's an issue with the naming there?
Thanks!
Phil