| Thread | Last Post | Replies |
|
| Referencing a Bookmark in a Message Box | 15 Jan 2004 10:51 GMT | 1 |
I have a Word doc that contains a series of linked fields to Excel. In Word I have bookmarked these links. There are 2 things I wish to accomplish...the first, going to the bookmarked field, is done as follows:
|
| VBA - Checking styles within normal.dot | 15 Jan 2004 10:50 GMT | 2 |
How do I check to see what styles are available with the normal.dot? Thanks.
|
| String variable editing | 15 Jan 2004 10:41 GMT | 3 |
How can I edit my string variable to bold font? Is there some VBA function? Help appreciated. Regards.
|
| How do I show current section number in a custom toolbar? | 15 Jan 2004 10:36 GMT | 1 |
The Word status bar shows the section number based on cursor's current location. How do I harness this bit of info for a custom toolbar? There are no standard controls available from Word in the Customize
|
| height of equation field | 15 Jan 2004 09:59 GMT | 4 |
I try to get the height of a field equation such as {EQ \f(1;x)} with VBA. Problem is for subscript (\s\upxxx) with such equation : I want to replace xxx aumatically with the good number (default is two points and if the equation is too height it's not very nice). Have you an ...
|
| Know what, but not how | 15 Jan 2004 09:15 GMT | 1 |
I know what I want to do, but don't know how to do it. DocumentA contains several text boxes. When the user clicks a button another (already existing) documentB is opened and the contents of each text box
|
| Page number Feild | 15 Jan 2004 08:58 GMT | 1 |
I want to use formula to page field, he will add to page number + 5 FOr exsample: number page 5, the number will be 10 {Page+5} How can I do this? ------------------------------------------------
|
| Problems showing a form (frmname.show) | 15 Jan 2004 02:41 GMT | 3 |
I have a Word template file, with two forms created, a splash screen form (Frm_Splash) and a data input form (Frm_Input1). I have an Sub AutoNew () procedure created with the following code Sub AutoNew ( Frm_Splash.Sho Frm_Input1.Sho
|
| Newbie - Scope of variables question | 15 Jan 2004 01:23 GMT | 2 |
Working in Word97 In the Project Explorer: In the Microsoft Word Objects folder, I see a document icon "ThisDocument". I have code written in "ThisDocument" in which an
|
| xlCellTypeLastCell not working from Access | 15 Jan 2004 00:31 GMT | 2 |
I am exporting data from access to excel. I want to get the last cell to use in the graph range, but it seems like access doesnt go to the excel application as it run this code, so nothing happens.
|
| Macro Button doesn't work | 15 Jan 2004 00:13 GMT | 3 |
Why doesn't my macro button work. Here is the field code: { MACROBUTTON "SendButton" Click Here To Send } This macro button is supposed to call a macro named: Sub SendButton()
|
| Constant memory application errors. | 14 Jan 2004 22:35 GMT | 1 |
I have a word document that installs add-in macro templates on the fly. This document has dropdown form fields that have exit events that reformat the document as necessary, like adding new dropdowns, typing text,
|
| How to obligate userinput in a userform? | 14 Jan 2004 20:53 GMT | 3 |
Is there a way to obligate users to give information asked in a userform? Or in other words: how can I prevent users from skipping textboxes and comboboxes and leaving them empty when they close the form? TIA
|
| Word 2000: Determine if a Selection object format is Bullets | 14 Jan 2004 20:45 GMT | 1 |
Does anyone know how I can determine if my Selection object has the bullet formatting applied to it? I am trying to apply bullets to a Selection object, but I have to first determine if the Selection object already has Bullets applied, and if so, I will not apply Bullets.
|
| OLE data from Word tables to embedded Excel chart | 14 Jan 2004 20:36 GMT | 2 |
I have a Word document with few tables. Some data from those tables has to be used in embedded Excel chart. If I will copy and paste/link the data into the excel data sheet all works fine. But after closing the document and reopening
|