The VBA code hangs MS Word, and I don\'t know what is the problem, I don\'t see any exceptions or messages, it just hangs. Is there a way to get any information about the exception? I know which line
We use an application.word COM object from PHP to convert Word files to PDF in the background. This works quite well with the following code:
Is there a simple way to reduce the Font Size in Word / Excel etc by 1 step in VBA? So, say if my Font size was 48 could I reduce it to 36, easily, as per the 开发者_运维技巧Font drop down in the sta
What is the simplest way to get the plain-text only from filetypes: Word [2003-2007], and Excel[2003-2007], using PHP on a Windows Server 2008 machine?
As the title suggests, I have a .Net application which uses interop to open documents in Word. I have set
I have a vb.net web app, and I need to give my users the facility to download a ms-word .doc file. This file needs to be created dynamically, and should contain some bold text and a table.
I\'ve come across this several times in a couple years of programming so I decided to do some research to see if it was possible. Often I create data structures in code that are initialized in a table
I\'m having serious problems with the breaks in a Word document generation. this is my library funcion I\'m using for send text in a BookMark:
I am developing an Android application which will open Word & excel file. Does anyone done similar before. Please provide some links or demos.
I made a little function that opens a WordDocument at a given file location. I\'d like to enable the balloons when the document shows up.