| Thread | Last Post | Replies |
|
| Adding menu items | 22 Sep 2003 23:31 GMT | 1 |
I have written a program to change the Julian Date to Hijri Shamsi Date. I'd like to put it on web for every one to use it, easily. Thus i need to somehow install it on and bundle it to MS Word, in the Field> Date section. Is it possible? How?
|
| Inserting AutoText row at end of table via macro | 22 Sep 2003 23:15 GMT | 1 |
I am trying to insert a table row (which has been saved as an AutoText entry) at the end of a specific table via macro. The row contains text and fields, so I can't just add a row at the end of the table in the normal way.
|
| Application.ScreenUpdating = False doesn't work | 22 Sep 2003 23:12 GMT | 2 |
The simple statement Application.ScreenUpdating = False In a very normal small macro doesn't set the value of Application.ScreenUpdating to false, in fact if I put.
|
| Outside import of forms/modules to Normal.DOT | 22 Sep 2003 22:51 GMT | 1 |
I have 2 user forms, and 2 modules I need to import to Normal.DOT, however, I'm unsure how to do this via Automation from an outside VB6 program, or - using a document, and writing it through VBA. I know it can be done, a database program I use does it.. just trying to
|
| Using search in VBA of Word | 22 Sep 2003 22:07 GMT | 1 |
I tried to do a search in VBA with the following code, but cound not, the message I got is running time error '449' Argument not optional
|
| WordWrap | 22 Sep 2003 22:05 GMT | 1 |
If I have a cell set to exact row height & width and wrap text, how can I tell if the text in the cell has actually wrapped to the next line?
|
| Multiple Template error | 22 Sep 2003 21:42 GMT | 1 |
I have a template, call it Template1. Depending on which one of four command buttons pressed, I want Template1 to close. Then I want one of four templates to open (which one is depicted by
|
| Mystery Palm Macros in MS Word | 22 Sep 2003 21:27 GMT | 3 |
Wondered if someone might offer some insights... Am using Palm V and MS Word 2002 on Win XP-pro PC. There used to be a Palm.dot thing in a list of what Word called "disabled items" but I enabled them. Now, three Palm-things show up in Word when click Tools > Macro >
|
| Find and Replace with VBA | 22 Sep 2003 21:23 GMT | 1 |
Do I need to use vba to do a find and replace if I'm trying to replace the word "[TAB]" with an actual tab character? In the Replace With box if I press tab it just goes to the next box (of course). But I want to insert a tab character...
|
| PageSetup - Orientation on Landscape | 22 Sep 2003 20:56 GMT | 4 |
I want to start Word from another programm (Excel, Access, FrontPage...) with a little makro and set the orientation in the PageSetup-Menue on "Landscape", but it doesn't work. Word starts but the orientation has not been set on "Landscape".
|
| For Each Cycle | 22 Sep 2003 18:18 GMT | 6 |
I gor problem. I cannot define For Each Cycle to iteriate through each Heading style in document. I found HeadingStyles class in object browser but when I put it into my definition it wont work.
|
| How can I make my MS Word doc modular? | 22 Sep 2003 18:05 GMT | 1 |
Here's my situation. I'm creating a document that multiple people use. However, each person only needs to read a couple different sections out of the entire document, and some need to pull out these sections to send
|
| word document | 22 Sep 2003 18:04 GMT | 1 |
Some how I have typed words on the blank page documet. I have tried save and delete and highlight and delete however, everytime I open up word my blank document page comes up with the same printed material showing. Could
|
| Find.Execute() is always false; find.Found is never true | 22 Sep 2003 17:43 GMT | 4 |
I'm failing to get this statement Do While .Execute(Replace:=wdReplaceAll) loop to run until there is nothing left to replace. (More complete example below,
|
| Saving version number automatically | 22 Sep 2003 15:00 GMT | 2 |
If somebody knows how to display version number( in format 1.0, later 1.1) by saving template or document. What field should I select or code should use? Is it done with macros?
|