| Thread | Last Post | Replies |
|
| Word to a simple HTML | 10 Oct 2006 10:00 GMT | 1 |
I want to be able to create a macro that adds code before and after some coloured and/or bold text, such that I can cut the results directly from word into a forum. I do this on a very regular basis so it would be very handy to automate. for example, if the word "fox" was
|
| Blink a cursor in the selected bookmark | 10 Oct 2006 07:57 GMT | 8 |
I am integrating a word document in vb.net. I have successfully done it. What i want is. I have set book marks in word template. Whenever i click a button, it should go to the bookmark and write a text over there. Problem is, it nevers show cursor position there but take it to ...
|
| Macro in Word 2003 template | 10 Oct 2006 05:04 GMT | 1 |
Is there a way that I can keep the macro used in my word template from copying into the word document when saving? The macro is only needed for the template. Thanks in advance
|
| letterhead macro | 10 Oct 2006 00:42 GMT | 4 |
I will like to setup a macro-I think- that will printe the company's letterhead - a header & footer - on the 1st page of the document only. Any ideas? Are there already macros for this? Third party? Thanks,
|
| Macro: Get all folder names and all file names | 09 Oct 2006 20:28 GMT | 2 |
I am using Word 2000. And Windows XP. I am trying to get all folder names and all file names from a specified folder on the C:\ drive or another drive name into a Word document. The following script is having a problem with this line:
|
| Need Help copying Word macro | 09 Oct 2006 20:25 GMT | 2 |
I've written a simple VBA macro and saved it to a document named macro.doc, then managed, as a test, to figure out how to copy that macro into the normal.dot on another PC. Now I'm trying to copy the macro to the PC where it's actually needed and
|
| Pointing an object to <current header> | 09 Oct 2006 19:02 GMT | 9 |
I need to point an object to the current page header. If d is my active document, I do: Dim MyHeader As Word.HeaderFooter d.ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
|
| simple com add-in | 09 Oct 2006 18:06 GMT | 2 |
Hi, I am looking for a link that will show me how to create a simple com add in/macro. I want to create a tool bar button on Word that when clicked will popup a
|
| Insert file contents within an enclosed bookmark. | 09 Oct 2006 17:57 GMT | 4 |
Hi Guys/Dolls How do I insert the contents of a file between an enclosed bookmark? some code which I found at http://word.mvps.org/FAQs/MacrosVBA/InsertingTextAtBookmark.htm
|
| change userform's textbox value | 09 Oct 2006 17:41 GMT | 3 |
I run some code on a userform's controls/textboxes. If a textbox's value is a Saturday or Sunday, I want to re-assign a different date to that textbox. How do I put the new date in the appropriate textbox? Here's my code:
|
| Checking if Application closed | 09 Oct 2006 15:06 GMT | 2 |
I'm using the following code to manipulate some word docs from Access: Dim appWord as Word.Application If appWord Is Nothing Then Set appWord=CreateObject("Word.Application") appWord.Visible = True
|
| Document Protection in W0rd 2007 | 09 Oct 2006 12:49 GMT | 2 |
I am using word 2007 B2TR. I want to programatically protect certain portions of the xml document when the document opens and unprotect it while closing through my COM Add In. Please help ...
|
| Cross refrence to form field with two workd loosing formating | 09 Oct 2006 12:43 GMT | 2 |
I have a Drop down list Form field in my document, with a Cross-reference to the Fields bookmark. I want the Cross-reference text to be displayed in bold, which works fine when all items in the Drop down list are single words, however, when I have a item in the list
|
| Get formatted characters | 09 Oct 2006 11:54 GMT | 8 |
I want to build a list of contiguous set of characters which shares the same formatting (runs) from a Word 2003 document. What are the efficient ways of doing it? I tried using several methods - Find, single character parsing (out of desparation). I am not satisfied with my ...
|
| Field code to check if a paragraph style exists | 09 Oct 2006 10:29 GMT | 1 |
Is it possible to create a field code that will check for a certain paragraph style in the header of a Word 2003 document? Eg. if paragraph style A exists insert that style in the header else insert paragraph style B.
|