Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
VBA code for saving
Richard_Lobel
In a Word macro if I do activedocument.save it brings up the local save dialog box. As part of the macro I want to save into Interwoven. What is the code to do this? I can't find any Interwoven objects to manipulate.
Thanks in advance.
Richard Lobel
Find more posts tagged with
Comments
Nicholas
There is a property called Application.DisplayAlerts. If you set that to false, Excel (and Word) should save the file with default values.
Hope this help
Thanks Nicholas
Richard_Lobel
Thanks for the reply. The save is still doing a local save instead of an Interwoven save. I need the code to do an Interwoven save instead.
Nicholas
what do u mean by Interwoven save? The suggestion I posted was not to open save dialog box and to save with default values. If you can tell me what exactly you are trying would help to be more specific answer.
Post your code as well
Thanks Nicholas
sschro
It's quite obvious what he is trying to do, and I know nothing about Interwoven.
ActiveDocument.Save will indeed prompt the user to save locally, outside Interwoven.
I imagine in the Word VBA designer, in your template, you need to make a reference to an Interwoven COM object that is exposed. With my lack of knowledge at this point, I know not what it is called, but I suspect there is documentation on Interwoven's exposed functionality.
Of course, its been a couple months since you posted this, so maybe you already resolved your question/issue.
BRD Report Layout.doc
Nicholas
I don't have idea about exposed Interwoven COM object, interested to know more about this, I will try if I could find something.
Thanks Nicholas
DynamicDateGrouping.rptdesign