D
Dave
I want to send the current Word document to a web service?
I have made my web service, and also reference my web service from VBA
with the following functions
Public Function wsm_saveFile(ByVal ar_binaryData As Variant) As String
Public Function wsm_saveFileObj(ByVal any_binaryData As
MSXML2.IXMLDOMNodeList) As String
But I do not know how I can call saveFile(ActiveDocument) as the
Types do not match. Can I do something like
ActiveDocument.getBytes ?
I am trying to mimic the way sharepoint 2007 allows users to check out
a word document, work on it locally and save it back to a web server.
I have made my web service, and also reference my web service from VBA
with the following functions
Public Function wsm_saveFile(ByVal ar_binaryData As Variant) As String
Public Function wsm_saveFileObj(ByVal any_binaryData As
MSXML2.IXMLDOMNodeList) As String
But I do not know how I can call saveFile(ActiveDocument) as the
Types do not match. Can I do something like
ActiveDocument.getBytes ?
I am trying to mimic the way sharepoint 2007 allows users to check out
a word document, work on it locally and save it back to a web server.