| Thread | Last Post | Replies |
|
| 2 startup switches - set programmatically | 25 Oct 2006 20:30 GMT | 2 |
Because of problems getting my word addin to auto-install, I want to use two startup switches -- /t and /l -- on opening Word. How can I do that? TIA
|
| unwanted formatting of everything | 25 Oct 2006 19:46 GMT | 1 |
Whenever I select a text to format, to underline, for example, Office not only underlines the selected text, but the entire document. What do I need to do to prevent this?
|
| Remove all macroses and startup items? | 25 Oct 2006 18:50 GMT | 2 |
I have installed Office 2007 beta refresh 2 and Adobe Acrobat 7, which added startup items for all office applications. I have disabled macroses and I receive like 10 warnings every time I start an office application. How do I remove all macroses and startup items for all office ...
|
| adding autotext to a template | 25 Oct 2006 18:41 GMT | 24 |
Jonathan is now on holiday - can anyone else help in his abence please? We have been corresponding over the last few months - please see below. Any help would be greatly appreciated as I'm getting quite frustrated now!! cheers
|
| Count tables for each page | 25 Oct 2006 18:30 GMT | 3 |
I would count how many tables are present in each page of my document Word I tried this: Dim pagine As Integer = Wordoc.ActiveWindow.ActivePane.Pages.Count Dim p As Integer
|
| Check Boxes on a form | 25 Oct 2006 17:56 GMT | 5 |
I have a form with (2) check boxes (neither of which are required to be checked) and a cmdOK button. I want to have a message box display if neither are selected when the user clicks the "OK" button. Here's what I have:
|
| Macros Testing Styles and Creating Styles.... | 25 Oct 2006 17:07 GMT | 2 |
I want to read through my document and test to see if a style exists. If the style exists I want to make sure it is applied to all text in the document that are centered, bold, and italics. If it does not exist in the document I want it to be added as a new style and applied to ...
|
| Headers, footers and macros | 25 Oct 2006 16:57 GMT | 8 |
Do you know how can I place the insertion point in a header/footer from my macro? Best Jorge
|
| How to find a soft hyphen | 25 Oct 2006 16:48 GMT | 4 |
I use the Word Selection object to "walk" every character of a text. This works well until there is a soft hyphen inserted by Word for breaking up a long word. The Selection object just doesn't see the soft hyphen. I tried all sorts of objects like Range, Word, Character and
|
| Break links Charts | 25 Oct 2006 16:30 GMT | 2 |
Is there a way to break excel charts link in Word? I have a document in word with excel charts links, I need to do the
>edit>links>break links method. The .unlink method just works with the mail merge fields.
|
| Default font | 25 Oct 2006 15:23 GMT | 5 |
Is it possible to code (in VB) the changing of the default font? I can`t seem to find much on this... Thanks!
|
| How do I change the spell check back to english and not spanish? | 25 Oct 2006 09:24 GMT | 1 |
I installed the spanish default dictionary but I can't reset the english dictionary back. Your help would be greatly appreciated :)
|
| Day of week of any date | 25 Oct 2006 09:09 GMT | 4 |
Please can anyone tell me if there is a way of obtaining the day of the week from a date dtMeeting = 25/10/2006 strDay = DayofWeek(dtMeeting)
|
| Tab Action | 25 Oct 2006 06:21 GMT | 5 |
How do you get VB to respond when a user tabs OUT of a field? I'm going to set up a form using an array to call values based on what is entered in one text field and I'd like it to happen immediately upon the user typing in their data and leaving the field, not pressing a button ...
|
| Determining where a style was created | 25 Oct 2006 05:42 GMT | 4 |
If in Word 2000 you read a W2003 document, or insert paragraphs from a W2003 document, styles generated in W2003 can be loaded. W2000 will then ignore the W2003 only features in these styles. However if such a style has numbering and an attempt is made in VBA to use any of the
|