Statistics
RANK
91,943
of 298,363
REPUTATION
0
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,572
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 160,969
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
List all custom properties and add a new one with actxserver Word
Hi, the solution I found on "How to list all custom document properties?" hdlWord = actxserver('Word.Application'); hdlWord.V...
4 days ago | 0
| accepted
Add custom property to word via actxserver
I did not find a correct way to perform the ActiveX code. hdlDoc.CustomDocumentProperties.Add('ExtraProp',false,4,'NewValue'); ...
6 days ago | 0
| accepted
Question
Add custom property to word via actxserver
I want to add a new custom document property to a word document This word macro works totally fine: ActiveDocument.CustomDocum...
2 months ago | 2 answers | 0
2
answersHow do I open the Header/Footer in a Word programatically from MATLAB?
I am trying to use this code, but there are some issues. I have an existing word template which I want to reuse. It has already...
7 months ago | 0
Question
List all custom properties and add a new one with actxserver Word
Hi all, I am using actxserver for Word-Documents and manipulating their custom document properties. I know how to get and set ...
10 months ago | 2 answers | 0
2
answersQuestion
Save document with custom properties with actxserver Word
The following script shall change custom properties of a word document using the activexserver syntax for Microsoft Word. %% In...
10 months ago | 1 answer | 0