First  |  Prev |  Next  |  Last
Pages: 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
Using Open Statement
Hi, I'm trying to export data from Excel to a text file using the open statement. My problem is that I have to create multiple files using some of the data itself to make up the file name. I can get the basic functionality to work and have used it before but haven't had any luck inserting variables for the ... 16 Jul 2008 21:19
Setting DocumentProperties in Word 2007 using vb.Net ASPX Page
Hi All, I'm having trouble updating the DocumentProperties in Word 2007. I'm trying to use an ASPX page writte in VB.NET update the 'Subject' property in a document. All the methods I've seen suggest something like this: Dim oWord As New Word.Application Dim oDoc As Microsoft.Office.Intero... 22 Jul 2008 13:44
Word 2007: Add button to location other than AddIns tab.
VBA apparently knows how to add a button or a drop down list to the Word 2007 AddIns tab in reponse to 'legacy' (Word2003) VBA code. I have figured out how to create a new tab in the 2007 ribbon called "My Program" but I cannot figure out how to add the button and dropdown lists that so easily appear in the... 16 Jul 2008 23:22
changing excel links from automatic to manual update
well, that's the question: how do i programmatically change a given link to excel from automatic updating to manual updating (the recorder doesn't catch any of the key strokes) ... 16 Jul 2008 23:22
Specify Criteria for Mail Merge Recipients
I would like to change the following macro so that it selects only those people in the data source that do NOT have an email address (ie Email = blank). Any suggestions? I will also need to know how to change it back to Email = All. Thanks! Sub PrintMerge() ' With ActiveDocument.MailMerge ... 16 Jul 2008 18:14
Catching the New Page event in VBA
I am developing an MS Word (xp) template for a corporate letterhead that will automatically insert the reference number (already stored in a variable from the first page) into the header of the second (and subsequent) pages. I am aware that there is no "new page" event in Word that can be caught. The solution... 20 Jul 2008 09:23
Extracing info from one document while in another
If I am in a form document and entering data in formfields, is it possible to extract info from a saved document to populate a few of the formfields? I know the file path of the saved document. Ideas.... Thanks, Bryan ... 20 Jul 2008 15:34
Removing disabled items in word 2007 (VBA)
Hi, Does anybody know of a way to clear the disabled items list in Word 2007 using automation (i'm automating using Visual Studio 2005 vb.Net)? Thanks in advance. -- Kenny. Systems Developer ... 16 Jul 2008 13:01
Opening 2 documents in Axwebbrowser in Windows Application
C# - Visual Studio 2005 - Word 2003 - Windows XP I have created a custom button and added it to the MS Word Standard Toolbar. On clicking this button, i get a Windows Form that states weather the Current active document is saved or not saved. When i open any Word document in an AxwebBrowser object inside a ... 16 Jul 2008 01:43
Word to PDF Issue with Acrobat Distiller
I am trying to convert word document to PDF using Acrobat Distiller. Acrobat Distiller showing status as printing but never converts the document to PDF. What is wrong with the below mentioned C# code. Am I passing wrong parameters to ActiveDocument.PrintOut method? Object printRange = WdPrintOutRange.wdPrint... 16 Jul 2008 00:41
First  |  Prev |  Next  |  Last
Pages: 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120