Hyperlink to picture (Microsoft.Office.Interop.Word)
1. add picture in ms Word: application.Selection.InlineShapes.AddPicture("D:\\WORK\\2.png", ref link, ref save, ref range); 2. add hyperlink object missObj = Missing.Value;...
View ArticleExcel Word interop issue with different language versions
Dear Community,We are currently running into Excel <> Word interoperability issues when using different language versions of Office 2013.Basically, we want to include tables from Excel as linked...
View Articleword 2013 crashes when window method ToggleRibbon() is called with backstage...
In a com application for word 2013, I had attached a call-back function using SetWindowsHookEx function to monitor keyboard events. Snippets of the call-back function : if (nCode >= 0 &&...
View ArticleWord crashing - after my AddIn has OnDisconnection() called
Hi all;Update: On big difference with this new version of the AddIn - it uses .NET 4.0 instead of 3.5. Do we need to do something extra in that case, either with the AddIn or the shim? Does the shim...
View Articlehow to change w:pict to w:drawing in vsto develop
in word, a picture can be presented by w:pict(VML) or w:drawing(DrawingML), these two presentation will cause different word menu, is any way change VML object to DrawingML?under in word2013 vsto...
View ArticleWant to change the WORD CURSOR or Mouse Pointer to an arrow using VBA
Hello,I've searched high and low and i'm suprised i'm unable to find a VBA routine to change the "cursor" type icon, from just a small | blinking symbol to something like an arrow so i can see it...
View ArticleDependency of document from template
Hi,may be this is the wrong Forum, for its not directly a developers question, but the understanding of this dependency is propably helpful, and perhaps only developers know the...
View ArticleEditing an embedded object in Word 2013 does not work
HiWe have developed a graph document that can be inserted as an embedded object and can be edited in place by our OLE server application. This works on all previous versions of Word. But this is longer...
View ArticleHow to change the properties from word programatically
Regards. Is there any way to change the properties of word with programming. Net, visual basic?.I've seen something like Private Wapp As Word.Application Private docWord As Word.Document Private Sub...
View ArticleCalling a Macro in Com Addin on msocontrolbutton.onaction
I am developing a com Add In For Word 2007.I am trying to create a popup menu and each control button in that is calling a macro present inside the same ThisAddin Class.But in word when i click on the...
View ArticleWhere can I report a bug for Word 2013, without having to pay for technical...
Hi I have found a bug with editing third party embedded objects in Word 2013. I am having trouble finding an official bug reporting system that I can use, but all the paths I seem to find seem to go...
View ArticleSet oInlineShape = Selection.InlineShapes.AddOLEControl(ClassType:=...
Hi All,I am trying below code to add ShockwaveFlash control in document but in some machine i am getting error.there is any way to get latest version of ShockwaveFlash.10.i am using office 2007Dim...
View ArticleLooking for the Translate image to add at my ribbon
Hi everyone,in order to complete my first add-in for word using C# and Visual Studio 2012, I have to add an image to customize a button on my ribbon, the image I need is the same that Word used for the...
View Articledelete temporary files from word
I'm trying to change the properties of a word programmatically. To do this I created a windows service from. Net.I have this code Sub ModificarPropiedadesWord() Dim filePaths As String() filePaths =...
View ArticleRepurpose Copy/Paste commands for Word 2013 with an Add-In
Hi,I'm following this example, http://msdn.microsoft.com/en-us/library/bb462633(v=office.12) ,given for Office 2007, to repurpose the copy/paste commands however I am unable to either run the custom...
View ArticleValue does not fall within the expected range. Microsoft.Office.Interop.Word
Hi, I have already asked this question on MSDN here, but didn't find any solution! starting new thread! I am having following exception in my project having Microsoft Interops, Com Ad in for Office,...
View ArticleWhat is the best way to modify a word file
I have a webpage that I need to create a word file from a template file I have created. I then need it to be downloadable. I cannot install word on the web server so what are my options please. Also I...
View Articlewords reference dll
I am creating a service that updates the properties of the word. In my pc works fine, but I have seen that reference a dll that is not generated in my bin folder is not found either in the c :/...
View ArticleStarting point on form
I've read the threads about a starting point for the mouse in a document, but can't seem to understad how to get it done. I don't really understand completely how the macro works. I followed the steps...
View ArticleHow to detect indentation of table cell in .RTF file?
I have .RTF file hown below in which i need to identify which RTF tag is responsible for indentation of cell in table.Here Cell_unshaded3 and Cell_sheded4 of last 2 columns have indentation. How can I...
View Article