| Thread | Last Post | Replies |
|
| How to distribute a template as a product | 12 Sep 2006 22:27 GMT | 4 |
I've developed a Word template that I want to distribute as a product, something folks buy and pay for :) I have lots of questions. I know that templates are, by definition, to be shared but I want to decrease the possibility of a customer purchasing it and distributing it ...
|
| Randomizer? | 12 Sep 2006 19:56 GMT | 1 |
I don't even know if this is possible, let alone if Word is the best way to go about it. I was just asked to help find a program that we could use to randomly test employees at one of our client firms. We need to be able to enter employee
|
| Word 2007 questions | 12 Sep 2006 19:38 GMT | 2 |
Since I am a true beginner on development in Office I have a collection of beginners question here. - How can I change the Word 2007 templates. Can I do that by just editing in Note pad?
|
| Running Word and Macros from an "at" job | 12 Sep 2006 19:37 GMT | 2 |
Windows XP SP2, Word 2000. I've been trying to convert Word docs to PDF automatically, and unattended. I wrote macros to manage the docs and invoke the Adobe Acrobat 6.0 PDF-conversion feature. The Public entrypoint to my
|
| help with story ranges needed | 12 Sep 2006 19:32 GMT | 3 |
Hi there I'm trying to create a macro that will find and replace misspelled words in the main text of a word file (wdMainTextStory) but also in the endnotes (wdEndnotesStory). this macro will be called from other sub macros to find and replace different list of words or
|
| Dorpdownlist as result of a value of a bookmark | 12 Sep 2006 18:55 GMT | 2 |
I am totaly new at this scripting and searched many of your already problems but could not find a solution for my question so here it is.... In my form (Word 2003) I have a bookmark with a certain value (which is determined by a dropdown box choosen value). This bookmark has a ...
|
| How can I get a LINK field in a Word template to refer to the cur. | 12 Sep 2006 18:33 GMT | 1 |
I am creating a Word Template document to used as a Form. Througout this document I want to show the contents of a form field so I used the LINK field. Unfortunately, I cannot find a way for the "filename" in the LINK field to refer to "the document that is currently open" (e.g ...
|
| Automating Cut and Paste Special? | 12 Sep 2006 16:25 GMT | 3 |
I am having to cut hundreds of images out of a Word document and 'paste special' them back in a different format (jpg). Does any one know of a way to automate this process for all the images in the document? I have tried using a Macro but that only seems to work with a single ...
|
| How can I get all fractions to f ormat like ½ and ¼? | 12 Sep 2006 15:15 GMT | 1 |
When you type 1/2, 3/4 or 1/4 they automatically format to ½, ¼ and ¾ - How can get any fraction to do the same. It does not happen with 2/3, 1/16 etc.
|
| How to suppress warning dialog? | 12 Sep 2006 14:29 GMT | 2 |
I have a VBA macro which its last command is .printout. Since the template I am using prints out of the set margin I always get this nonsense dialog box of "The margins of section 1 are set outside then printable area of the page. Do you want to continue?" Yes or No... Off ...
|
| bookmark issue | 12 Sep 2006 13:08 GMT | 8 |
hello there i posted recently with a problem that was kindly looked into but is still causing me problems. i have done some debugging and have narrowed it down to the following line If Len(.Bookmark(BOOKMARK_LABEL & CStr(lngIndex)).Range) = 0 Then
|
| break line based on hyperlinks | 12 Sep 2006 07:57 GMT | 1 |
I have multiple line in a table cell, each of them contains hyperlinks including plain text. is there any way to get them seperately with the hyperlink address ?
|
| lyrics with chords | 12 Sep 2006 05:08 GMT | 3 |
Nowhere on the net have I found a tool for writing the song lyrics AND the cords in anyway other than by using fonts like courier, helvetica, Times etc. where every letter, sign og space have the same size. And then you have to write the lyrics on every other line and the cords ...
|
| Can I export from a Word form to an Excel spreadsheet? | 12 Sep 2006 04:14 GMT | 1 |
I have a Microsoft Word form and would like to know if I will be able to export the text, check boxes and drop-downs to an excel format. Can you please advise? Thanks
|
| Activating a document | 11 Sep 2006 23:43 GMT | 1 |
I'm building a macro that buils and opens a new document from a User Form contained in the current document. When I've built the new document I want to close the current one and activate (or bring to the front) the new one. However if I already have documents open, I
|