| Thread | Last Post | Replies |
|
| inserting a page break before a certain word in my doc | 27 Jun 2005 13:23 GMT | 3 |
I'm looking a way to go thru my document and insert a page break Before a certain word : Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| delete text within a range | 27 Jun 2005 13:09 GMT | 4 |
If I have 2 bookmarks in a document named 'a' and 'b' what code would I need to delete everything in between these 2 bookmarks? Thanks for your help.
|
| Moving cursor in table to last cell in line | 27 Jun 2005 11:49 GMT | 1 |
I'd like to develop the following macro to do certain things in addition. 1 After two seconds, to move the cursor across to the last cell in the line chosen (thereby deselecting the first cell) The macro as it stands is as follows (thanks to Helmut)
|
| class module in a startup template | 27 Jun 2005 11:14 GMT | 1 |
I have tried to put a class module in a template in the startup folder. But when I try to declare an instance of this class I get the message Compile error: User-defined type not defined. How can I get the other template to be able to reach this class?
|
| Preset new document margin in Word VBA | 27 Jun 2005 08:55 GMT | 1 |
Can i preset the margin for new document in vba if there is a new page create? How to do this? Anyone can help? Thanks.
|
| find, replace, and delete from a list | 27 Jun 2005 07:19 GMT | 3 |
How do I "find and delete" or "find and replace" using a keyword list? For example, if I want to find "(space)From(space)" and replace it with "(tab)From(tab)","(space)to(space)" with "(tab)to(tab)",...... and I want to store the "find string" and
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial June posting | 27 Jun 2005 06:38 GMT | 4 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| combining two loops into one | 27 Jun 2005 02:59 GMT | 1 |
Can the following two loops be combined into one? I need to do multiple find and replace and it's taking a long time. I hope if I can do multiple find and replace in just one loop, it'll take less time.
|
| how to extract text and toc out of a word doc ussing VBA | 26 Jun 2005 19:39 GMT | 2 |
I want to extract the text (next to or belonging to the chapter) and toc data ( ex. chapter 5.1.1.2 ) and store it to a sql server db using VB6 and or VB.NET Extracting the complete toc would be usefull to
|
| How to place the cursor to the first position in a page | 26 Jun 2005 16:58 GMT | 6 |
I would like to be able to put my cursor (create a range) at the beggining (top most) cursor position in a page. I would appreciate your help
|
| Disabling the Open File dialog in Word Viewer | 26 Jun 2005 16:54 GMT | 1 |
does anyone know of a way to disable/remove the Open File dialog from the GUI ? Through parameters ? Through AD Policy ?
|
| Can I allow a user define formatting in a field? | 26 Jun 2005 11:06 GMT | 2 |
We are trying to create a form requiring a narrative type body field. In this field, we'd like to allow the user to format as they desire, using bullets, paragraphs, colors, etc. The rest of the form can be simple fields but this narrative section must be more free. Is this ...
|
| Read Only Template | 26 Jun 2005 11:06 GMT | 3 |
Hi Team, I have a Template which is password procted to edit the content, there'is the situation where I need to open non password procted documents based on the password procted template for styles, how can I do to not ever see the dialog that prompt the user for the password?
|
| Macros & hyperlinks & buttons does not work into headers ??? please help | 26 Jun 2005 11:06 GMT | 1 |
I want symply to put something like a hyperlink or button or .... to go to index, or page 1 ( for example ). Because headers seems 'locked' i think macros, buttons, hyperlinks also are locked
|
| How do I get my Word-created web form to export to Excel? | 26 Jun 2005 11:06 GMT | 1 |
I have a form I've created in Word, and saved as a web page. Mailto actions for the Submit button won't work, because the target users don't have Outlook, and from testing, it looks like it simply brings up a blank email without the selected information anyway. The server is ...
|