First  |  Prev |  Next  |  Last
Pages: 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
Word 2003/2007 Prompting to Save Document
Hello All. I posted this question last week. Got some suggestions from Doug the MVP (Gracias for you efforts), but was unable to solve the problem. No one else chimed in. Here's the deal. We have an application that creates Word documents by automating Word with VBA and mail merge. All is good, application wor... 12 Jul 2008 20:44
Create macro to replace logo
My company has a new logo and I need to replace it in hundreds of templates. It currently resides in the same place in all templates in the footer within a text box. I have recorded a macro, but I get an error when running it on subsequent templates. I am using Word 2003. Thanks for any assistance. ... 14 Jul 2008 19:55
Automating search/replace within a block
Hi, At the end of a macro automating the search/replace within a block, how do I answer no to the dialog box asking if I want to search the remainder of the document? Recorder does not record my answer. Sorry, it must be basic, but cannot find the answer. thanks -- John Doue ... 12 Jul 2008 05:25
Formfield wdDateText
Hi, I'm having a problem adding a formfield in Word 2000. I'm adding a textbox and want it to be formatted with the DateText setting. I want the formatting to spell out the month day, year when the user enters the date. I've been playing with the TextInput property, but must be missing something. This is t... 12 Jul 2008 11:32
Visual Studio VSTO Projects wants Office 2003??
I just installed Visual Studio 2005 and VSTO. When I try to create a Word Document project it complains that I don't have Office 2003 installed. I do have Office 2007 installed. What's up with that? ... 12 Jul 2008 11:32
Repopulate UserForm from Document
I have created a 2003 Word Template [2007 Compatibility Mode] that uses 2 userforms. (The 2 userforms are identical, except for the Name and some of the VBA coding.) The first userform loads when the template opens as a document to which the user enters information in each field and upon clicking OK, the new d... 17 Jul 2008 11:41
Using KeepTogether for paragraph formatting
Hi everyone, Here is my scenario: I'm creating a MS Word document using the Interop/Word API. My document consists of multiple "blocks" and I need to ensure that each block does not overflow a page. I have found multiple references to the KeepTogether property but have not been successful at getting it to work... 11 Jul 2008 19:13
Error! No document variable supplied.
Hi to all I have developed a system in Delphi and want to print into Word some information. I have created the field in Delphi that will print in word (DOCVARIABLE varname, IF{DOCVARIABLE varname}=" " "" ) but I keep having the message "Error! No document variable supplied." when no data is in Delphi database ... 14 Jul 2008 11:38
Header usage
Hi, I`m not new to code but not an expert with office..is there a way to produce a header only on certain pages?.What I am tring to do is insert our company Logo into some batch processed documents. We do not want to use letterhead so the best would be to insert the logo within the Doc itself. Trying to use ... 14 Jul 2008 10:36
Application.screenupdating = false?? What's going on?
Hi, I have the following code: Private Sub RadBtnCI_Click() Dim otable As Table For Each otable In ActiveDocument.Sections(4).Range.Tables Application.ScreenUpdating = False Call HideTableRows_fromRadioButtons(otable) Application.ScreenUpdating = True Next RadBtnCI.Select End Sub The... 11 Jul 2008 17:10
First  |  Prev |  Next  |  Last
Pages: 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134