| Thread | Last Post | Replies |
|
| get the page number of a given bookmark | 19 Oct 2005 19:02 GMT | 1 |
I am trying to get the page number of a given bookmark inserte somewhere in the middle of a document. Anyone could give me a clue on how to do it --
|
| Public Function NAME() causes VBA Run-Time error | 19 Oct 2005 19:00 GMT | 2 |
Can someone tell me why if I name a Public Function "NAME", I get a run-time error when I try to use the Application.Run VBA code in Word 2000? Application.Run "NAME" However, if I use Application.Run "NAME1" instead, and rename my function to
|
| coding for table numbering and table title | 19 Oct 2005 18:42 GMT | 2 |
We have tables with specific header and table title. I am trying to change table title as per our client requirements. The situation is challenging because my Table titles are as follow Table X Table Title
|
| "continue searching" message when recording a "find & replace" mac | 19 Oct 2005 17:56 GMT | 2 |
I want to record a "find & replace" macro that applies only to text that is highlighted when the macro is run. How do you disable or avoid this automatic message: "Word has finished searching the selection. [Some # of] replacements were made. Do you want to search the ...
|
| VBA - Formating Images in headers and Footers | 19 Oct 2005 17:54 GMT | 2 |
I am inserting an A4 image into the header of word using VBA and having trouble changing the Picture properties in word through VBA. Does anyone know the VBA for changing the following in which are normally accessed by right clicking on the picture and selecting Menu/ Picture ...
|
| how to populate a listbox in word vba | 19 Oct 2005 15:36 GMT | 5 |
How do i get a list of names (I have the five names I need) to appear on a list box on an word vba form. I have created the vba form and listbox1 but I can't see how to get the names on there? Thanks in advance
|
| Word Section Index Problem | 19 Oct 2005 13:39 GMT | 3 |
Hello Every one, This is really bugging me :) I Add a Section at a range by the code: hr = m_pDoc->get_Sections(&m_pSections);
|
| Late binding a referenced word template | 19 Oct 2005 10:59 GMT | 6 |
I am working on Word 97 for work tempates, but slowly they are upgrading to WORD XP. We have a template which keeps a number of constants which is normally placed in the path C:\Program Files\Microsoft OFfice\Office\Startup.
|
| Problem to insert same datas to different places (bookmarks & REF) | 19 Oct 2005 02:02 GMT | 3 |
I got a little problem. I try this example http://www.computorcompanion.com/LPMArticle.asp?ID=224 which is exactly what I need : inserting my client name in various place in a Word Document (I'm using Word 2000)
|
| Any way to hide fields without effectively inactivating them? | 19 Oct 2005 00:24 GMT | 10 |
Is there a setting that governs how Word interprets the hidden font setting with respect to formulas in fields? I use a bookmarked field in my document to provide a value which is used in a calculation performed by a formula in another field, elsewhere in the
|
| Controlling Publisher 2000 from word macro | 18 Oct 2005 23:37 GMT | 2 |
I have been trying to open publisher using microsoft word, to open a mailmerge document, show the details, and then print it out. I can get Publisher to open, but I cannot work out how toggle the mailmerge fields- to show the details rather than the mailmerge field codes. Also, I ...
|
| Zero Values | 18 Oct 2005 23:31 GMT | 8 |
This was a previous post of mine. I came back to this issue and want to make sure that my post is seen. I'm trying to hide zero values in a form field calculation. I've done what was suggested below, and the $0.00 display is gone now, but
|
| running loop | 18 Oct 2005 23:19 GMT | 1 |
I am trying to ask use to add number on pages in a text box and then when they hit ok macro should replace specific text with specific formatted text. Any help Thanks
|
| References for VBA | 18 Oct 2005 21:53 GMT | 17 |
Hi, all; The help makes it look like you can use Application.FileDialog and other objects as is. But they really don't work unless you load a reference to some version of the office object library.
|
| Text format inside Text Box | 18 Oct 2005 21:46 GMT | 1 |
I understand how to format text (i.e., symbols) inside a table cell, but I cannot figure out how to use "superscript & underlines" on text within a text box. Can anyone give me an example to emulate, Please?
|