Insert values before matched string in VBA
I'm completely new to VBA. I wanted to match a string, and for every occurrence, insert values before it. So far, from googling, i have:Sub EditFindLoop() 'find text where the string equals [00:00:00]...
View ArticleHow to generate an automatic doc.number in a word template
HiMy name is Steffen. I am working on developing a procedure template in Word. I do not know if it is possible, but you can make it such that template generating an automatic document number so that...
View Articleresize a plain text content control box
I am new here. I am not a developer. I am just a MS Office end user with a question. I am not sure what Forum category to use so I chose this one. I hope someone in here can help me.I am creating a...
View ArticleProblem reading value from a FormField (Dropdown) in Word 2010 document using...
Problem:We have a word 2010 document that has a drop-down listing several items, the document is being parsed by an access application using VBA. When the function parses the document we noticed that...
View ArticleChanging font size in footer - adjusting this macro?
Hello!I've been using this macro for some time now. Up until now, I've had to go back, select the footer and manually change the font size to 6pt.How can this macro be adjusted so that it isn't...
View ArticleWord 2010 - VBA - Save As issue
I have code which goes to every file in a folder and opens all .doc files and coverts them to .docx files to save space. However, whenever I run it, it doesn't actually seem to be doing anything. It...
View ArticleShould I buy any product of office365 before I develop "word"?
Hi, I have some question with word develop. I will appreciate it if anyone can tell me the answer. Thank you very much.1. should I buy any any product of office365 before I develop Word?2. Is it...
View ArticleUse VBA to add just a single column to a table in word
I have a few tables in Word, the number of columns and rows is varying, but never more then 15 rows and 6 columns. Some of the cells can be merged horizontally or vertically, so I cannot select a row...
View ArticleMaking MessageBox behavior similar to "pop up" Windows Form
Hi, I am making a Word add-in where the document gets uploaded to a server. When the upload is complete a message box pops up to tell the user it's complete and when they hit "OK" a browser opens to...
View ArticleTyping braces {} in Word 2013 results in font size decrease/increase
I have a new installation of Word 2013 side-by-side with Word 2010, on Windows 7. When I type the characters { and }, these actions result in font size decrease and font size increase,...
View ArticleEmbed video to MS word and play the video within the document by using C#
Hello,I would like to have a word document to be generated programmatically by embedding a video into it which should play within the document. I have gone through MS Office guides to do the same....
View ArticleAPI - One digital signature or multiple signatures in a single WORD DOC.
Hi,2 questions please:1) Where can I find the API for embedding one digital signature or multiple signatures in a single WORD DOC.2) Is the API for word 2007 and 2010 different?THANKS!
View ArticleSetting default mail client
Having trouble setting default mail client up for word with gmail account
View ArticleCannot use Word Bookmarks once I have Bookmark and text in same line....
All,I need your help with an interesting "phenomenon" that I am unable to solve.I'm working in the Wintel server branch and am developing a lot of Powershell scripts to ease my day.One of my current...
View Articlehow to remove line if the content control is empty?
Hello, I'm creating a Template for a delivering ticket which uses Content Control elements to get the adress of recipient.Sometimes not all control elements get informations from the database for...
View ArticleBookmarks within index entry fields do not seem to exist in code
Hi!(Word 2010, VSTO)We have index entry fields containing bookmarks.Example: { XE "Test1 [test2] test3" \y "1" }The square brackets represent the bookmark -- in the above example, the bookmark would...
View ArticleUsing Word as a tool for requirements documents
I am not sure if this is the correct forum, but, I am looking for some thoughts/suggestions for using word to create requirements documents. We are using word for creating requirements documents,...
View ArticleAdding squigglies to Word document
Is it possible in VSTO to add squigglies to a Word document? (like the red squiggly for spelling errors)
View ArticleHow to insert values to the bibliography fields programmatically using VBA word?
Am in the process of automating the conversion of unedited bibliographies to structured bibliographies with specific style(APA, AMA etc). Using MS word, under reference tab in the manage source dialog...
View ArticleWord2010 VBA ActiveDocument.Compare Changed?
I'm migrating code from Word2003 to Word2010 and ActiveDocument.Compare's behaviour seems to have changed. The simplified code is : ActiveDocument.Compare Name:=<Previous Version> where...
View Article