| Thread | Last Post | Replies |
|
| Formatting/Styles | 23 Apr 2005 04:36 GMT | 2 |
I am not sure if I am at the right place for this. I am very new to VBA. I am trying to automate the following. I have word document with headings/body text/tables etc. For ex: --heading1
|
| Read text in frames | 23 Apr 2005 00:00 GMT | 1 |
How can I read any text that is inside of a frame. All suggestions are greatly appreciated. Thank you, Tony
|
| VBA Toolbar / Form Templates | 22 Apr 2005 23:50 GMT | 2 |
Our organization needs to have forms that staff can save and edit on an ongoing basis.. I have created a form using both the Forms and the Visual Basic Toolbars and saved it as a template. I used <Protect
|
| reposition text form fields via code | 22 Apr 2005 23:47 GMT | 4 |
I have two address lines in my template. If one of the address lines is null I want the other textboxes to shift so a blank line does not show on the printout. 2. I want to dynamically fill a form field combo box from a table in a
|
| ComboBox | 22 Apr 2005 23:38 GMT | 2 |
I tried using the built-in drop down list function to store a list of 36 names, but received an error stating it could only hold 25. So I have added a VBA ComboBox, but how can I load the data in when the document is first loaded?
|
| Word 2003 SaveAs wdFormatDOSText bug | 22 Apr 2005 23:25 GMT | 5 |
When I run a macro, such as this: ActiveDocument.SaveAs FileName:="c:\temp\testdoc.txt", FileFormat:=wdFormatDOSText It is not removing all of the non-DOS characters.
|
| How should this be done? | 22 Apr 2005 22:26 GMT | 3 |
What I need to do is create some documents where the user can fill in the blanks, and then when they are done, there needs to be a way for their responses to be incorporated into a new document based on a template. I've got a lot of Excel programming experience, but I've never ...
|
| Access values in Word combo box | 22 Apr 2005 22:23 GMT | 2 |
i want values from an Access table to appear in a combo box in Word and i'm confused at how to start. can anyone point me in the right direction? thanks. -roger
|
| Data entry entered in one field is automatically displayed in anot | 22 Apr 2005 22:11 GMT | 2 |
I have created a form where a user enters the 'number of full time staff employed in an organisation' in text form field at the beginining of the form. How do I make the result entered in this field is also displayed in another text form field of another question asked in the ...
|
| Watermarks - insert via a userform? | 22 Apr 2005 22:09 GMT | 2 |
I have just found the code for insterting a Watermark, in an article by Dave Rado and Suzanne Bramhill, on the MVP's site. It is really good, so thanks to Dave and Suzanne. Is it possible to do this via a userform, where the user types in the
|
| Work Hyperlinking | 22 Apr 2005 20:45 GMT | 1 |
How do I make a hyperlink in one document to link to a specific spot in a different document????
|
| Vertical Alignment | 22 Apr 2005 18:30 GMT | 5 |
I have written a macro for our letterhead. Everything works great except one thing. The first page should have the vertical alignment set to center and all subsequent pages should be set to top. I just can't get it to work. Any
|
| protected form hyperlink to mail?? | 22 Apr 2005 17:09 GMT | 2 |
I have a protected form I'd like to insert a hyperlink that is the equivalent of using the Menu commands: file > Send to > mail recipient (as attachment). I'd like the subject of the email to pre-fill and the mail recipient would always be the same person. I tried to follow the ...
|
| Opening Word Template with Macros | 22 Apr 2005 16:56 GMT | 8 |
I've made a template which runs some macros automatically when it's opened. So, when i open the template, the macros work fine. The problem is when i try to close the template: it asks me if i want to save the changes, but i haven't made any changes.
|
| Programmatically set wrapping style | 22 Apr 2005 16:46 GMT | 4 |
Does anyone know if you can set the wrapping style of objects within a word document programmatically using the word interop assemblies. I would like to always set the layout to "inline with text" before saving a document. Again this would be programmatically.
|