| Thread | Last Post | Replies |
|
| Format all paragraphs except List Paragraphs | 02 Sep 2005 19:29 GMT | 2 |
I'm sure there is a way to do it,but I am not versed well enough on Lists to figure this out. I am trying to format all paragraphs in my document with a certain style, but If I come across a list paragraph, I would like to ignore it
|
| Insert field and bookmark | 02 Sep 2005 18:27 GMT | 2 |
Scope: Have user select some text and click macro button the first word becomes a macro button and a bookmark is created for reference. The problem is if the first word has some type of hyphen or comma after
|
| Macro question | 02 Sep 2005 14:44 GMT | 3 |
How do I create a macro that removes all macros from Word when I quit the document. Is it at all possible to do that?
|
| changing Default cell margins left in Word 2000 Table | 02 Sep 2005 10:57 GMT | 2 |
How do I access the Default cell margins Left properties in word 2000 tables in VBA (VB6) (i.e same as if I selected the table in word, then properties, options) regards
|
| cursor jumping out of current header | 02 Sep 2005 09:58 GMT | 1 |
I'm using a macro to append a number of files to an initial file. A problem occurs when the first page of the initial file has content in the headers and footers (in this case, various horizontal rules...set as page borders, actually). When appending files, these rules appear in ...
|
| Detecting if Word is starting by double-clicking a doc file | 02 Sep 2005 09:55 GMT | 2 |
I use an autoexec macro in Word to set up varius things. Part of it opens the last-opened document (this functionality is enabled/disabled via an INI setting not shown here): <snip>
|
| Macro not found in Autostart folder | 02 Sep 2005 07:18 GMT | 3 |
Here is something strange for VBA experts! My Word VBA application runs OK on several Windows XP computers with Word 2003. However there is ONE computer (same OS and Word version) that cannot find the macro module contained in Word's Autostart folder. Have verified
|
| AutoCorrect | 02 Sep 2005 04:51 GMT | 3 |
Is it possible to create some macro so that as Autocorrect has done its insertion the space is not inserted after the insertion? Sorry for "insertion", "inserted" and again "insertion", but still hope I made myself understood. I know AutoCorrect requires space to trigger action.
|
| VB Code not getting populated into Mail Merge Document | 01 Sep 2005 23:38 GMT | 2 |
I have a bit of a funny problem which i hope you can help me with. I have a document which requires to be auto emailed after it has been mail merged. Simple but it is merged on a dedicated server and then is able to be opened on any machine.
|
| Transfer Macros Word to PowerPoint. | 01 Sep 2005 23:10 GMT | 2 |
My problem stems from the need to use Foreign Language (FL) characters borrowed from the Symbol font. I have produced eight short macros for them, here is one: Sub M2()
|
| Hiding cells and rows in tables | 01 Sep 2005 21:31 GMT | 1 |
I will have a document with multiple tables in it. I need to show/hide rows and columns in the table based on content in the rows or tables. The process will be: 1. identify which row/column to show/hide
|
| How to create subentries of index by automark? | 01 Sep 2005 21:23 GMT | 1 |
I need to create an index for a huge document. I tried auto mark with separate words document but it doesn't mark main/sub entries. Is there a easier way of marking index entries besides manually inserting index field in the document?
|
| File size 0 bytes when using Inet control - why? | 01 Sep 2005 21:06 GMT | 1 |
This uses msinet.ocx and I have installed it successfully. PolkuTiedosto = "D:\Projects\My project\test.html" Polku = "/public_html/" Tiedosto = "test.html"
|
| Formatting a string in document based on number of characters | 01 Sep 2005 21:03 GMT | 13 |
I have multiple doc files that I am formatting with a macro so I can interface it to a medical application. My last challenge is that in the document there is the following text: Medical Record No.:
|
| From Ventura to Word | 01 Sep 2005 18:56 GMT | 1 |
I have a document created on Ventura 4.2 that I want to convent into RTF. I found a Ventura transformer named Tag Write but since the header and footer are filed in a different location the aplication doesn't export that data into RTF. I need some help to create a Word VB app ...
|