| Thread | Last Post | Replies |
|
| what is write protection in a floppy and how do i take it out | 26 Apr 2006 19:48 GMT | 2 |
|
| WordBasic.MailMergePropagateLabel Error | 26 Apr 2006 19:34 GMT | 1 |
Hi all, I have created a macro in MS Word 2003 to merge some date in my document for printing labels. First time my macro works well and merges all the data. But next time when i want execute my macro insted of creating a wizerd , i
|
| inserting only first page from several files into a single file | 26 Apr 2006 19:31 GMT | 7 |
this is what I need to do: say I have a folder with several files, either doc or rtf files, each file many pages; I need to be able to have a single file which will contain only page
|
| Macro to change fonts in Microsoft Word | 26 Apr 2006 18:58 GMT | 3 |
I want to creat a macro that can run through a document changing font sizes and attributes. Eg if it is Times New Roman 12 change it to Arial 10, if it is TNR 14 change it to Arial 12. Any thoughts? Posted Via Usenet.com Premium Usenet Newsgroup Services
|
| Bookmark uses original paragraph style | 26 Apr 2006 16:31 GMT | 2 |
I have the following code and the selection is in a body text paragraph: Selection.Fields.Add Range:=Selection.Range, Text:= "REF " & parag.Range.Bookmarks(1) & " \h", PreserveFormatting:=False yet when I run the insert the paragraph style changes to that of the
|
| Search & replace whole phrases | 26 Apr 2006 15:36 GMT | 3 |
I have this macro: Sub Duplicates() Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| How to generate _Ref autonumber? | 26 Apr 2006 15:28 GMT | 5 |
I'm adding references to a document and would like to generate (to keep it consistent with what word creates) the _Ref autonumber. Does anybody know if it's accessible through any functions etc.? Thanks,
|
| Merge fields for quotation template | 26 Apr 2006 12:08 GMT | 3 |
Our company database sends information to a word document using merge fields which can then be used in templates. I want to create a quote template - there can be up to 12 lines for pricing however I only want to insert the extra rows if they are used. How can I do this?
|
| File in document program willnot respond when clicked to open. | 26 Apr 2006 09:13 GMT | 2 |
When I open Word, I go to Documents to open a folder with a few files in it. I click on the folder and the computer locks up with a message that word cannot open the folder. I have to hit "Ctrl,Alt,Delete" to close Word. If I open Word and just click on a file in Documents it ...
|
| How to get data from txt file into table of word template through | 26 Apr 2006 08:44 GMT | 17 |
If I want to load data info from pure txt file into specific cell of one table in Word document, what kind of method should I use? Could you give me some simple code sample?
|
| How to Print a Page of Label with info from a Textbox? | 26 Apr 2006 08:44 GMT | 1 |
Can anyone suggest how I could print a page of labels with data entered from a single textbox? I am trying to print a page of labels with a date but I didn't know how I could do that programmatically. I created a form with a textbox and command button but I'm stuck as to how to ...
|
| [F8] Step by step in another application | 26 Apr 2006 08:44 GMT | 3 |
I have a VBA macro in Word. This macro opens Excel, then runs another macro in Excel. Is it possible to check step by step (F8 ?) the macro which is in Excel ? Thanks
|
| Starting word in File-Save As mode | 26 Apr 2006 08:44 GMT | 1 |
I'd like to write a batch file that causes an existing Word doc to open directly to the File-Save As function. Is this possible? Thanks,
|
| Overriding Builtin Functions | 26 Apr 2006 08:44 GMT | 1 |
I Noticed that We could override copy/paste in Word by writting VBA function skeletons like Sub EditCopy() MsgBox "EditCopy()"
|
| Updating docvariable after insertfile | 26 Apr 2006 05:04 GMT | 1 |
I have a docvariable in several documents. In my VB6.0 program, I use insertfile to combine those documents into one document. What I need to do is change the value of the docvariable in the new document I have created with my insertfile. I have tried using the activedocument
|