| Thread | Last Post | Replies |
|
| User forms, Word 2000, macro error | 29 Sep 2006 02:12 GMT | 1 |
I am experimenting with "creating a template that contains an autonew macro which will cause a Userform to be displayed, into which you can enter some information that you want to appear in the document." This is the code provided by a MVP in the newsgroup:
|
| wdUserOptionsPath | 28 Sep 2006 23:44 GMT | 10 |
we have special made templates for word 2000 now i want to migrate to word 2003. in word 2000 there was a wduseroptionspath, you can find this option under filelocations in word 2003 this is not a option anymore. Now i have problem because the templates are looking for info but ...
|
| Creating a form with fill-in field | 28 Sep 2006 21:53 GMT | 2 |
I am trying to create a form with duplicate fillin fields called defendants. I would like the information once entered in the pop and clicking OK, to duplicate in the next defendants field with a click. I have entered bookmarks and a user form in VB, But it is still not working
|
| Modifing the Header and Footer content | 28 Sep 2006 21:46 GMT | 4 |
Is there any way to modify the content of Header and Footer on a Template? I have two almost identical templates for two different office locations. The differences are the Office address on the Header and the Phone/Fax numbers on the footer. I wonder if there is a way I merge ...
|
| Selection Contains Space(s)? | 28 Sep 2006 21:41 GMT | 5 |
I'm trying to check to see if the current Selection contains one or more spaces. If I use Section = " " it only determines whether there is one space and won't determine if there are multiple spaces in the selection. I need to
|
| VBA Word 2000 - make form stay on top of everything | 28 Sep 2006 19:59 GMT | 1 |
I've read other posts on similar subjects, but they don't meet my needs. Does anyone know of a way to make a form stay on top of all applications or even on top of all open Word documents? I want a form that stays on top even if I minimize its parent Window (the document
|
| How to link a text form field to next few pages? | 28 Sep 2006 18:45 GMT | 1 |
How do I link a text form field that's on the first page of a six page document so the when the content is added to the text form field on the first page, it will show up in the text form field on each subsequent page?
|
| lines per page | 28 Sep 2006 16:14 GMT | 2 |
I was trying to find out what the code was in VBA to know where my cursor was on a page with respect to the overall length or width of a page. At the bottom of the screen in word there are some descriptive things like Page #,
|
| reset page number with VBA | 28 Sep 2006 16:09 GMT | 8 |
Word 2000 Hello. I'm creating a suite of automated templates for my company. Users will not be able to access the header or footer because I've
|
| How to start Windows Explorer | 28 Sep 2006 15:21 GMT | 1 |
I want to open a Windows Explorer in a certain map. How can I do this with VBA? Thanks for help Henk
|
| Get a value for a SQL sproc | 28 Sep 2006 13:33 GMT | 1 |
I have a sproc that basically gives me a unique number. From word I would like to connect to the db and basically give me the number from the sproc. Does anyone have a piece of code that connects to a sql db and brings back
|
| Can't open files on cd rom | 28 Sep 2006 13:28 GMT | 2 |
I recently changed computers. I backed up all my word files to cd before I switched over only to find that when I try to open the files using word I get a message saying that I should check the spelling of the name of the document or try a different file name. The files are
|
| disable events in word | 28 Sep 2006 11:53 GMT | 1 |
I need to disable an event for a short amount of time in my shared addin. I use c#. First I can set up how the event is created: When I run word the connect class starts. In the connect class I add the
|
| Changing datasource file | 28 Sep 2006 11:07 GMT | 1 |
I would like to programmatically change the path to a datasource for a .doc used for mailmerge. These files are sent to me and the path used for the datasource does not exist on my network. The problem is that when I load the .doc file, it cannot find the datasource
|
| converting frames to textboxes | 28 Sep 2006 11:03 GMT | 2 |
Sorry for my English, I know it's very bad :) I need a utility or macros that can convert all frames in document to equivalent textboxes. I will attempt to explain why this necessarily to me.
|