AppCrash when working with a Word add-in in Word 2010 and windows 7
Hi,We have a word-add in which we load for processing our documents. This add-in has a macro which generates PDF. It has been observed that continuous usage of the macro, or editing documents in Word,...
View ArticleWord 2013 VBA - Document.SaveAs dialog appears even...
Hi,The code has been working for many years. And with Word 2013, we have one case where the dialog will display when we try to save a document with VBA. Many of our Word 2013 runs without issue but...
View ArticleNormal template (dotm) isn't regenerated by MS Word
Hopefully someone knows what steps to take to troubleshoot this issue.We traced this problem to a particular VSTO addin on a machine with Word 2010.if this addin isn't loaded, MS Word will regenerate...
View ArticleWord 2013 File/Account/User Information
Can some one point me to where I can obtain the "User Information" presented on File/Account/User Information within Word 2013?Thanks, WordRake
View ArticleError : Requested object is not available in Mail merge word while trying to...
I am able to create no.of Documents according to DataSource (excel data) and would like to send same document to concerened person emailid (mentioned in excel) but I get this above error. Here is the...
View ArticleWord insertfile method not inserting all files VB .Net
Hi, I am trying to insert multiple documents into one large document so that I can print them in the proper order. However, while I am able to insert most of the files (all of them in the correct...
View ArticleHow do I SUPPRESS page numbers in a word document using VB .Net?
Hi,I am creating a new document, and inserting documents into it, then printing the main document. However, the word document has page numbers on it, which I do not want.How do I suppress the page...
View ArticleAlignment issues - Word 2010
This is probably the wrong forum to be asking, but we've just been switched to Word 2010 and it's driving me batty! I have several lines in one document that need different alignment. Most will...
View ArticleFeeding variable to Mail Merge
I have a sub that creates a concatenated username/id no. I am using the mailmerge to create labels with different medications. What I would like to do is feed the output of my sub, which is finalOut,...
View ArticlePasting Header and/or Footers in MS Word Links to Previous
I am using VBA to copy two sections from one Word document and paste into a new Word document. All the text from the Main body of the document pastes successfully. However, since there are two...
View Articlehow to insert data from text box to existing ms word documents
i need help for how to edit ms word on particular position from text box valueanybody help me Thanks in Advancekaruppaiaht
View ArticleIntegration of MS Office with my own webDAV server using Form Based...
Hello All,I am developing a Apache server which will support webDAV, so that office application can directly open and save files on the server.Without any authentication this is working perfectly...
View ArticleGenerating A Word 2010 Document based on XML File
Hello frnds I am having an large XML file generated on servers containing the information like SAN, HOSTNAME,IP's, WWN . . etc.My plan is to convert this XML report in to word format i.e, on Word 2010...
View ArticleWhat is the bitmap resolution for ribbon elements on a tablet?
Hi;We have our AddIn running on a tablet (didn't have to do anything - it just installed and ran).But the bitmaps in the ribbon look poor. We figure it has a better resolution than the 16x16 and 32x32...
View ArticleRelative Page Count
In VBA, how do I get the relative page count relative to the "beginning" of the document, not the title page or the table of contents, but the count from the start of the content( page 1 in the bottom...
View ArticleMargin Line Numbers and VBA
Hello,I am wondering if it is possible to capture the line number for a word in a line. By line number, I mean the number of the line on the left margin of the document when line numbers are created...
View ArticleHow to determine the page number in word 2010 through C#
How to determine the Current page number in word 2010 through C#?. I need to add the page number in a bar code in the header of each page. The number of pages may vary and is not known before the...
View ArticleRepurpose underlin as is posible for bold in a sub
Hi,I'm currently developing macros that overloads the built in functions for bold italic subscript superscript... underline,to invoke my customizations I'm using sub like thisSub Bold() 'my code for...
View ArticleRestart page numbering for each inserted document
Hi,It seems I need to do something different: I need to print the page numbers for each separate (but merged) document, so it would go something like 1, 2, 1,2,3 etc...Is there any way to do...
View ArticleService stopping issue on Word Interop new Application initialization
We are using Microsoft.Office.Interop.Word to access word files. However, the service is stopping at below mentioned line. What could be the reason? The service is working on our local test system....
View Article