| Thread | Last Post | Replies |
|
| How do you prompt a user to save a template before continuing? | 11 Apr 2007 16:23 GMT | 5 |
I'm designing a template at work and I need to know how to get the person filling it out to save the file under a different name at start-up. thanks, Robert
|
| VBA form in Word to link to Access database | 11 Apr 2007 12:40 GMT | 3 |
I'm using VBA to manipulate a Word document and desire to link it to a database, preferably Access. The purpose of this is to present the user with a login form on opening a document: the username and password shall be verified with a list of authorised users in the database, ...
|
| Customize the filename field code | 11 Apr 2007 09:21 GMT | 1 |
We are using Hummingbird Document Management. On our templates I am using the "filename" field code but it is taking the verbiage from the "name" field in HummingBird where I only want the number. Is there a way to customize the "filename" field code to delete text I don't ...
|
| Find and reset particular styles | 11 Apr 2007 04:57 GMT | 3 |
[Word 2003]: I am trying to figure out a way to programatically apply the ".font.reset" method to all text of particular document style. Ideally I would like to do it using the Range method of Find, but the exact syntax is eluding me.
|
| Word2003 generating error 5479 - You cannot close Microsoft Office Word ..... | 11 Apr 2007 03:25 GMT | 4 |
Apologies for cross posting, I posted similar to WordVBA addins, but the more I investigate the more it relates to Wd2003 and UserForms. Create a template, add a UserForm1 with CommandButton1, add a Module with Sub Main.
|
| Finding a String in Word | 10 Apr 2007 21:32 GMT | 1 |
I can use VBA in Excel reasonably well. This is my first foray into word macros and I am having trouble. I am developing a macro that allows the user to select a text file to open. Then I format the file to fit the width of one page. No problems there.
|
| Cannot find Project or Library error | 10 Apr 2007 21:28 GMT | 1 |
I developed a userform on my laptop and it worked perfectly fine... Now I transfered the files over to the network and tested it and it all went pear shaped. I'm getting this "Cannot find Project or Library Error" or functions such as "Date" and "chr()"... Also I didn't include ...
|
| Delete textbox inside the primary footer | 10 Apr 2007 21:27 GMT | 3 |
Okay, I've spent hours on this. It shouldn't be this hard (and probably isn't) but everything I've found on the entire internet (only a small exaggeration) hasn't worked. And I just can't go to the footer and wipe it out cuz I spent the last
|
| search and replace need assistance | 10 Apr 2007 19:58 GMT | 5 |
hello I am a novice so please bear with me...in a nutshell i am trying to auto launch the search/replace dialog box in Word with the find text already filled in. I think i am close but when i click replace all (without filling
|
| Document Map API | 10 Apr 2007 19:56 GMT | 1 |
I am tring to do the following and want to know if it is possible: - Publish a Word document into SharePoint - Parse it up into chunks/sections based on Headings. - Display a side nav exactly like Document Maps
|
| how do I autostart a word document on disc | 10 Apr 2007 18:16 GMT | 2 |
I'm trying to get a word document to load and run automatically from disc when the disc is inserted into the disck drive. can it be done?
|
| subtracting one month from current month to display month name w/ | 10 Apr 2007 18:06 GMT | 6 |
From this forum, I was able to find a script that will subtract one month from the current date for a "date field" in my document. Script: {QUOTE}
|
| UserForm buttons require 2 clicks | 10 Apr 2007 17:37 GMT | 2 |
I use Win XP & Word 2003 I have 2 userforms in Word associated with macros, which work OK. They have ComboBoxes and OK & Cancel buttons. Suddenly all these controls, on both forms, now need two mouse clicks (not a
|
| Form Initialization | 10 Apr 2007 17:26 GMT | 3 |
I want to populate my UserForm with the contents of a document. I would like to have something like what is below. Any ideas? TextBox1.Text = Bookmark "LastName"
|
| get address Data for WORD | 10 Apr 2007 15:40 GMT | 3 |
Is there a MACRO that when you get to it in a WORD doc will open a listbox (or similar dialog) that will access and external data source (Excel or MSAccess etc). This list box will display basic info (name etc). When a record is selected the routine would populat data into the ...
|