| Thread | Last Post | Replies |
|
| VBA code to display properties of linked OLE objects | 04 Oct 2005 17:23 GMT | 2 |
Hello -- I have many objects in a doc which I have linked using Insert | Picture | From File: Link to File I want to confirm that I have linked them correctly.
|
| global template problem | 04 Oct 2005 16:55 GMT | 1 |
I have just installed office 2003 and kept my old office 97 as i need both versions. I have set the startup in word 2003 to looat the startup of my old office 97 as there is a globally loading template containing sub procedures and menus
|
| OLE becomes very slow with sp2 | 04 Oct 2005 14:23 GMT | 1 |
/************ can someone remove my post on the beginner's forum - it looks her should be the right place for it :) *************/
|
| Replace second instance of string | 04 Oct 2005 13:56 GMT | 4 |
I need to replace the second instance of a search string. For Example: Search text is <Insert Name> But there are 5 of these in various places through out the document. The replacement text would be John Doe
|
| Running two instances of Word at the same time | 04 Oct 2005 11:13 GMT | 4 |
Can this be done? I've got some VBA scripts to run on about 800+ MIF files, and I want to run the simple ones in one instance, and the complex one in another instance (it has to be babied).
|
| Checking number of text columns | 04 Oct 2005 09:03 GMT | 5 |
I have been trying to set a toggle macro so that if a particular section has one text column then it changes to two columns; and if the section has two text columns then it changes to one. I am having trouble setting the If, else statement and every variation I
|
| Running mp3 files from Word | 04 Oct 2005 04:54 GMT | 1 |
How ca I run a mp3 file from a word document, without displaying Windows Media Player or any player and also not showing the warning message about viruses etc? Any ideas? Thank you.
|
| Checkbox problem, new document from template HELP! | 03 Oct 2005 23:33 GMT | 1 |
I have created 2 employee review form templates which have basic form fields for data input and some checkboxes. These forms have a lot of tables on them, so I need to have them protected (so things don't shift around as you tab through it). I used some code to make sure the user
|
| calculate totals in forms | 03 Oct 2005 23:12 GMT | 1 |
I am new to creating forms with calculations. I understand the concept of naming the fields, etc. When i place a "calculation field" into the form, and write the calculation such as "+A2*D2" in cell say E2, upon exiting the editor it will calculate the cell. But when runing the ...
|
| Creating a signature library macro | 03 Oct 2005 22:27 GMT | 1 |
Basically, the situation is this: Let's say I'm a typist working on a proposal letter. I need to insert a signature in the document. Now we had a system in 2000 where there was a secondary document with 6
|
| vba in MS Excel | 03 Oct 2005 21:23 GMT | 1 |
I have inherited a spreadsheet containing VB macros from a predecessor of mine. The macro does calcs on the basis of x's entered in certain fields on the spreadsheet. The macro is invoked like this (from the spreadsheet column)
|
| Using field codes to get date from file name | 03 Oct 2005 20:10 GMT | 3 |
I have a file name with a date in it (FILENAME 051006.doc) and I want to automatically update a section of the document with the date that's in the file name. I've done something similar in Excel by parsing the file name. Can this be done in Word using Field codes or something ...
|
| Displaying list box on UserForm | 03 Oct 2005 18:55 GMT | 1 |
How can I display a LisBox on a UserForm that has its boundaries extending outside the boundaries of the UserForm? I am using MS Word 2000. The LisBox is at the bottom of the UserForm. When a user clicks on the ListBox, I want the ListBox to display like a Popup menu with its list ...
|
| Directory selection with Dialogs(wdDialog... | 03 Oct 2005 17:24 GMT | 12 |
I need to select a directory with a dialogbox. I'm trying to do it the Dialogs(wdOpenFileName) but I can just select a file, not only a directory Anybody could help me ?
|
| How do I prevent users from using the "Enter" button on my form? | 03 Oct 2005 15:42 GMT | 3 |
I made a form for work, however when someone uses the "Enter" button, it ruins the formatting of the form. Could someone illistrate to me how I can disable the Enter button in my form when I protect it.
|