Introducing the SharePoint Designer 2007 Object Model Using VBA

I find it very difficult to find an introduction to the object model used in Microsoft SharePoint Designer 2007. For some reason the online help if it is filled with "Page not found". I suspect this is similar to the object model used in Internet Explorer's DOM. The reference manual is on MSDN online (but not my local copy), but as with many reference systems like this, you should know that you are doing pretty well before you can use the link.

All I want to do first is implement an ink macro to insert text into a web page without having to click Edit, Insert Text, OK :-)

Cheers, Rob.

+1


source to share


2 answers


Rob - If you haven't found the answer yet - have you seen the SharePoint Designers Developer Reference in the MSDN Library? Some of the conceptual articles that may help you, for example when examining procedures: http://msdn.microsoft.com/en-us/library/bb208643.aspx

You can also try contacting the SharePoint Development Discussion Group for help: http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.sharepoint.development_and_programming&lang=en&cr=US



Best, Stephanie

+1


source


Just after spending hours trying to find the answer, here is a link to help. The aforementioned Microsoft links take you to a blank page - object model link:

http://msdn.microsoft.com/en-us/library/bb149156(v=office.12).aspx

It looks like there are no other articles - anywhere - on the web that are specific to SharePoint Designer VBA coding. There are also no books on this subject.



If you already know VBA, the link should help you; otherwise, we seem to be pretty much on our own!

Andy

0


source







All Articles