| Thread | Last Post | Replies |
|
| How can wrap of the text for image? | 10 Nov 2007 08:48 GMT | 2 |
The document has an text and an image within the text. I need wrap of the text for this image. How I can do it with help VBA? Thank you.
|
| Checkboxes to tables | 10 Nov 2007 06:09 GMT | 3 |
The problem: People in my company fill out surveys in Word. The surveys ask for ratings from 1-5 on certain questions and they use checkboxes to select the appropriate answer. All of this data later has to be entered later (by me) into Excel.
|
| Access sending data to Word VBA Userform | 09 Nov 2007 21:03 GMT | 3 |
Is it possible to send information from an access form to a Word VBA Userform using code from within access? I am able to open the the word document and run word macro to launch the userform but I am unable to populate the text boxes on the word vba userform.
|
| Add a Paragraph Style in W2007 vba | 09 Nov 2007 19:26 GMT | 1 |
I am trying to add a paragraph style though vba in Word 2007. ActiveDocument.Styles.Add Name:="MINE", Type:=wdStyleTypeParagraph OR ActiveDocument.Styles.Add ("MINE")
|
| autotextlist not working as expected | 09 Nov 2007 15:21 GMT | 5 |
For a letter, I want to present three possible addressee first names in an autotext list that appears in the letter template with the literal text, "Addressee", the three possibile first names formatted with a special style named 'ATAddressee", and the tip text stating, "Select ...
|
| Loop through and amend a lookup | 09 Nov 2007 09:08 GMT | 1 |
I have a document that has a macro that user clicks, and then it goes on to internet locates a table, downloads it into Word and then formats it. They are football tables. I can do one for say the League 1 and it collects the data fine.
|
| My custom menu disappears (word 2003) | 09 Nov 2007 02:34 GMT | 5 |
I have a created a custom menu which is assigned to its own template (not Normal). When I open the template, the menu shows fine, but when I close the template and load it globally, no custom menu appears.
|
| using combo box in word document without using vba | 09 Nov 2007 02:08 GMT | 2 |
i find difficlties to use a combo box without using vba in order to fill the component with items is there a way to use the combo box's properties to fill in items without any macros or vba code?
|
| ListBox question | 08 Nov 2007 20:28 GMT | 13 |
I have the following: Step #1: With my document open, I open my form and input information. Step #2: When saving my form information back to my document I load all the information into a variable. Each field is divided by a ‘\’. Each time I save
|
| Whats the filename? Macro | 08 Nov 2007 20:19 GMT | 5 |
I have found the below macro. It works fine. However how can I make it so that it fill find Document1, Document2 etc to 9. In other words something like a global expression eg Document?, where ? stands for a number between 1 and 9.
|
| Transferring Macros | 08 Nov 2007 17:33 GMT | 4 |
I have created a simple Macro in Word to record my keystrokes in order to automate a task of course. However, what i need to do next is see if these Macros can be transferred to other PCs in my work environment so that I don't have to recreate the same Macros on each PC in our ...
|
| Text inside footer in all sections | 08 Nov 2007 16:33 GMT | 6 |
I need to have the filename (on every page) and the page number (on every page except the first) in the footer, in every section of my document. I scrub all footers first and I can get that to work. So far I have: Dim i As Integer
|
| Controlling opening size and position of application | 08 Nov 2007 16:04 GMT | 1 |
I would like to create a routine to control the size and position of the Word application when it opens, so that if the application window gets moved or resized during any usage, the next time the application is launched it will return to the defined size and position established ...
|
| Changing "supertip" properties | 08 Nov 2007 12:08 GMT | 1 |
I'm creating a custom add-in for Word 2007 containing cusotm macros, buttons, etc. Many of the buttons include the supertip attribute, which displays some custom text of my choosing, along with the name of the custom add-in and a prompt to hit F1 for help - these latter items are ...
|
| Page Counter | 08 Nov 2007 11:58 GMT | 1 |
I have several different folders all in one main dir, that have approx 3000 different documents. What I need is some sort of program that will go through every folder and do a running total of how many pages we have in word documents.
|