| Thread | Last Post | Replies |
|
| How do I create a multiple selection option within my document? | 24 Feb 2005 11:17 GMT | 1 |
I'm creating a document template that needs to have one of four sets of bank details displayed on it depending on the currency selected from a drop down field. The format is planned as follows... ------------------------------------------------------------------
|
| Finding a word and displaying results | 24 Feb 2005 11:08 GMT | 7 |
need help with how to go about writing VBA (or VB Script) that will look into a directory for all .doc Word documents and see if the content of each .doc file contains a certain keyword. For all .doc files that has content that contains the keyword, display the files in a nice ...
|
| How to declare a end of document loop | 24 Feb 2005 10:13 GMT | 2 |
I try to make a simple macro that repeatedly search an active document and make some editing each time the search success. How do I make the repeat loop? The macro looks like this:
|
| Get the text between two words | 24 Feb 2005 09:42 GMT | 2 |
I'd like to get the text between two words, say <START> and <FINISH>, and assign that to a variable. e.g. <START>
|
| Any Area in Document that MS Word Doesn't Digitally Sign? | 24 Feb 2005 07:54 GMT | 3 |
i came accross MS Word's Digital Signature feature and i found that MS Word digitally sings the whole document of Word. but its obvious that there is some place in the document where MS Word places that Signature object. if some one knows that area then please help me.
|
| How to show Key Store Window of MS Windows? | 24 Feb 2005 07:54 GMT | 1 |
when i go to Digitally Sign the Word document. It asks me to save the document first. and then shows the key store Window to select a certificate used for signing. can i Open that key store window using the VBA code. thanks
|
| Do not print command button | 24 Feb 2005 04:55 GMT | 4 |
I'm using Word 2003. I have a document with a command button. When I print the document the command button is printes as well. In Excel the Command Button object has an attribute called PrintObject, but this attribute do not exist for Command Buttons in Word.
|
| FillIn or MergeField from VB | 24 Feb 2005 00:07 GMT | 3 |
I'm trying to insert data from a recordset into Word fields.(not sure if Fillin or MergeField would be best appropiate) - How I'd like to use it? I'd like to use the Field Name to retrieve from rstemp(Fields.Name) that
|
| HTML Editing: Changing defaults? | 23 Feb 2005 23:59 GMT | 1 |
I am using Word as my HTML WYSIWYG editor. When I create a new page, example "Pagexyz.htm" Word creates a new image folder "Pagexyz_Image". If I use a JPG file in my default Image folder, Word inserts a renamed copy (Image3.jpg) into the new folder.
|
| text boxes | 23 Feb 2005 23:28 GMT | 1 |
i have a template with text boxes from the control tool box. the template creates a new doc. from it. but, i want to get rid of the text boxes on the new doc, and replace them with regular text. does anyone has any experience on vba for office xp?
|
| Mailmerging to CSV text file - how to prevent message prompting for delimeters | 23 Feb 2005 22:51 GMT | 1 |
I'm doing a mailmerge (actually labels) controlling Word via automation from a vb.net project.... This works, except for one annoyance.. The source file is a Comma Seperated data file with a layout similar to :
|
| Run-time error 4605 Command not available | 23 Feb 2005 21:49 GMT | 2 |
I have been getting an error message when I open a Word file within an email, the message is (Run-time error '4605' command not available). Can anyone help me to stop this happening?
|
| count pages | 23 Feb 2005 21:47 GMT | 3 |
how do i count either the number of pages or page breaks in a document using VB thanks
|
| place value of bookmark in footer | 23 Feb 2005 19:43 GMT | 1 |
i wrote the following lines to put the value of a bookmark in the footer of the document. Sub voettekst() Dim vttkst As Range
|
| question on file save or save as | 23 Feb 2005 19:40 GMT | 2 |
i have a macro set to auto fill in the file name when a user clicks save or save/as. Right now multiple open and save/saveas of the documents will always use my prefilled info I have defined in the macro. If a user overrides my default and saves the document. The next time ...
|