| Thread | Last Post | Replies |
|
| mark checkbox(es) on opening a word document | 28 Jun 2005 15:35 GMT | 1 |
Is it possibible when I open a template with a range of 5 checkboxes, that a dialog appears and let me choose one of the 5 checkboxes. Once chosen the selected checkbox is checked.
|
| write some text to place where I want in word | 28 Jun 2005 15:07 GMT | 8 |
for example start is 14. lines and say 25. characters... I tried with; Set myrange = ActiveDocument.Range(Start:=ActiveDocument.Paragraphs(14).Range+25)
|
| VBA and regular expression to search for ranges of text | 28 Jun 2005 13:43 GMT | 2 |
I'd be very grateful for help with the following. I have a text file open in Word. I need an example of how to use a regular expression to search for ranges of text that begin with '\begin{figure}' and end with '\end{figure}' inclusive.
|
| Keyboard event | 28 Jun 2005 12:37 GMT | 6 |
Is there a way in VBA to detect if a key is pressed in word
|
| macro to copy text | 28 Jun 2005 10:02 GMT | 2 |
Hi Is it possible to create a macro to do this? I have a table with the left hand column containing sequential numbers say 1 to 100 (i.e. 100 rows). The next column has a name associated
|
| Write to bookmarks in header | 28 Jun 2005 03:57 GMT | 2 |
I am automating Word from Access and have bookmarks in a template in Word. All works fine, but now I want to have bookmarks in the page header so I can repeat stuff on each page. I get an error when trying to put data into bookmark of a header. Can anyone help?
|
| Do until end of doc | 28 Jun 2005 03:43 GMT | 1 |
I am new to vba and not sure how to force a macro to run until the end of a document. What I am trying to do is find a certain word and copy something that is always located 11 rows above and paste to another document. I need it to run till the end of the file. I know that I ...
|
| Referencing the current document | 28 Jun 2005 01:58 GMT | 4 |
I have a sub in a bas file, called from Document_New() that writes data to a document. Is thier a way to reference the document that ensures that you are working with the document created by the template and not other open /
|
| VBA macro for finding extended/special characters/symbols | 28 Jun 2005 00:42 GMT | 2 |
I have written a macro to find symbols and extended characters in a Word document. However, if a symbol is inserted, it's character code is Asc(40 or Asc(63) as documented by MS. Word lists it as the normal text font such as Arial even though the symbol is actually, saym ...
|
| Finding actual font for inserted symbols/characters | 27 Jun 2005 21:47 GMT | 1 |
In a Word document, if the user inserts a symbol or extended character, Word assigns a character code of Asc(40) or Asc(63). (This is documented by MS.) I have written a macro that can find these special characters using Selection.Find.Text(unicode value). However, even though ...
|
| How to Insert File and leave cursor at beginning of insert? | 27 Jun 2005 21:45 GMT | 1 |
I have a master document with * in certain places. I search for these * and prompt the user for which file they want to insert. Some of these inserts also contain *, so the cursor need to be positioned at the beginning of the inserted file to be effiecient. Currently this is done ...
|
| Redim Array | 27 Jun 2005 17:42 GMT | 4 |
Hi! I have a multidimensional array liste() which I declare dynamic. But when I try to redimension it it wan't work. ReDim list(1,7) works OK, but Redim Preserve liste(1,7) works the first time
|
| Applying Number formating AROUND text | 27 Jun 2005 16:43 GMT | 2 |
I'm writing a macro to change the font/style/alignment of outline numbered lists. I think the best way to explain my problem is to show an example. Right now the lists look like this.
|
| Anyone have issues.... | 27 Jun 2005 16:09 GMT | 2 |
..with the ActiveDocument.Path? I've got a situation where if I run the macro locally, it works fine (even put in a msgbox so I can see it) but if I call it programatically, the path value is empty... Thoughts?
|
| panes, panes, OH the panes !! | 27 Jun 2005 13:38 GMT | 1 |
in ms-word-2000, have created a document with 3 frames. i click a button in frame1 to load a word-doc into frame2. i click on a hyperlink in frame2 which load into frame3. i cannot seem to refer directly to the frames by name when i desire, and so
|