| Thread | Last Post | Replies |
|
| Bottom Line of Footer going large | 30 Oct 2007 18:51 GMT | 1 |
The bottom line of my footer is going into a larger font the the rest of my footer...is there a way to stop this. Matt
|
| still nothing | 30 Oct 2007 17:35 GMT | 2 |
I couldn't get this to work still....i;m not sure if i am doing it correctly. Dim doc1 in the 1st one and the doc1 = Activedocument added intot he script then the same in 2.....but i still don't know the code to
|
| duvidas | 30 Oct 2007 17:26 GMT | 1 |
Como transformar 1/8 em fração?
|
| Stripping a VB Macro | 30 Oct 2007 17:03 GMT | 2 |
We had an employee who created an embedded macro in our word documents, using VB. Now that he is gone my boss wants me to go in and remove all traces of the macro. I have gone into VB withen the document by doing alt+f11 and deleted the
|
| Regularize indent level | 30 Oct 2007 16:31 GMT | 2 |
I want to convert text with the first formatting into the second. Normal + 12 pt, Left: <Anything>" Normal + 12 pt, Left: .5"
|
| add "paste unformatted text only" to shortcut/right-click menu | 30 Oct 2007 15:13 GMT | 4 |
Sorry, I don't know which exact group to put this into... I tried to follow CyberTaz's instructions in the reply to "customize right click menu" on 2007/09/14 to add a "paste unformatted text only" item to my shortcut/right-click menu but was not able to get the desired effects.
|
| Rounding values in tables | 30 Oct 2007 14:46 GMT | 11 |
I am trying to round values in a table that have been calculated. I would like to have values that are >10 rounded to just a whole number and those <10 round to one decimal place. For example 284.8 I would like to have rounded to 285 and 0.25 I would like to have rounded to 0.3. ...
|
| Style changes | 30 Oct 2007 12:24 GMT | 5 |
Where, oh! where is the default setting which, if set (or is it unset?), means I can confirm a style change and click the style box and a dialog box comes up asking if I want to keep changes or revert back? I set it ages ago and cannot find where so I can tell a friend.
|
| Word Open event | 30 Oct 2007 11:53 GMT | 11 |
I want to have some code to run as Word (client opens Word) opens. However I can not find the right Event. I thought it will do so at Document_New(), but this event is happening when you hit the New Icon. What event is happening as soon as Word opens?
|
| HDI: retain envelope format settings? | 30 Oct 2007 07:21 GMT | 1 |
How do I retain envelope format settings? I'm having trouble retaining my envelope format settings. When I run the macro it does not retain the formating from the ('set the envelope style) section.
|
| access shape by name | 30 Oct 2007 03:07 GMT | 1 |
My word document contains two shapes. How to define name for each shape in word and access them using vba. other word access using sometimes like shapes("name1")....="Mytext" sometimes i have confusion when i insert a new shape in document.
|
| Retain Format when calling Autotext | 30 Oct 2007 01:27 GMT | 3 |
I have written a macro that calls an autotext. Works fine except I lose the formatting, i.e, tabs, font size, bold, ect. Is there a way around this. Thanks, Mickey
|
| VBA Error after installing Microsoft Accounting | 30 Oct 2007 00:06 GMT | 3 |
Before installing Microsoft Accounting 2007 the following VBA code in Word 2007 under Vista worked fine. After installing it gives a Command Not Available error on the .LinkToPrevious = False line.
|
| 'Seeing' text in fields | 29 Oct 2007 23:21 GMT | 1 |
I am trying to avoid search and other activity in fields (the kind that are revealed/hidden when alt-F9 is pressed.) I want to be able to see the fields, but not have Word (or my VBA commands) do anything. In particular, I want to count the number of forward slashs in a ...
|
| Need to pull Combo Box Info and Populate Fields from Access (or SQ | 29 Oct 2007 20:42 GMT | 1 |
I need to populate a combo box with information contained in an Access database. Based on the choice picked in the combo box list, I need to have information inserted into a word form. For example, the combo box has the person's name (actually contained in FirstName and ...
|