|
Userform on top of document
In Word 2000 I have problem with keeping a userform on top of a specific
document. I know this has been discussed before, but I cannot find the
threads.
BosseH
...
|
2 |
29.03.2006 20:47:41 |
|
Address Book button
I created a user form that fills in information for a letterhead. Is there a
way to add the address book button on to the vba user form. Ideally, I want
them to be able to insert a person from their Outlook Contacts (which is
already assocaited with the address book button) into a text box on the user
form.
Any help would be appreciated, thanks.
...
|
2 |
28.03.2006 19:31:31 |
|
Form Field Formats
I have a Form Field on my document.
The properties are as follows:
Type: Number
Default number:
Maximum Length: 15
Number Format: ### #### #### ####
This format is causing me some problems, as the number uses the proper
format, but is LEFT justified. I want the format to be used but with the
number being RIGHT justified.
Example of what I don't want, but is what I'm getting: 123 ...
|
5 |
27.03.2006 19:27:25 |
|
FAQ - Frequently Asked Questions - vba - please read before posting - unofficial March posting
FAQ = Frequently Asked Questions - brief - vba - unofficial
This FAQ is posted weekly.- more or less
Please save us all some time by reading it before posting to the
news group.
This newsgroup is about VBA - Visual Basic for Applications -
which is the programming language for Word 97-2003 (macros).
There is a longer FAQ with more questions and links that is
regularly posted in the non...
|
4 |
27.03.2006 12:48:25 |
|
Option Button Values
Thanks for the help yesterday -- greatly appreciated!
So, I'm in the home stretch, but this is proving very hard to track
down, so I'll just outline what I'd like to do.
I have a Word document which is a locked form.
One one page there are 7 criteria for review; each criteria has a set
of 7 option buttons, grouped. They should range in value from 1.0 -
4.0, by half points. The review...
|
2 |
22.03.2006 19:28:17 |
|
detecting mousewheel event
Quick question (I hope)
I can see how to detect mouse movement and button click events on a form,
but is there a way to detect the use of a mouse wheel or other (3rd or
more) mouse buttons in word/vba ?
Thanks,
Jim
joconnor@aspsm.net...
|
3 |
20.03.2006 17:32:13 |
|
Ink
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't
happen again. I have never been on newsgroups before and not sure how to
work them. I hope you guys can forgive a bad choice. Murphey...
|
2 |
20.03.2006 17:31:37 |
|
Modal/Modeless User Forms
Hello all,
Inside a Do...While loop I show a user form. Right before the user form is displayed, the code selects some text. The user form
asks if the selected text is correct with yes, no, and cancel buttons.
What I need it to do is display the form as modeless WITHOUT continuing code execution. I need it to be modeless so I can scroll
the document to see if the selected text is corr...
|
2 |
17.03.2006 20:30:48 |
|
Newbie Question about clearing bookmarks
Work on my first form is progressing nicely, and I am almost ready to
start using it. One thing I have not been able to figure out is,
although I can reset the fields in the UserForm, I have been
unsuccessful at clearing the data placed in the bookmarks. I could just
open and close the form each time, but a reset button seemed a bit more
elegant. Is what I want to do possible?
Thanks
Pr...
|
2 |
17.03.2006 18:53:55 |
|
Check Box to add text to form
I have, with the help of instructions at word.mvps.org, created my
first UserForm. The form gathers info, inserts it into a boilerplate
template, copies the completed text to the clipboard and closes the
form. We can then paste the completed form into an email. I have
created five templates with the five "signatures" of the people who
fill in these forms, but would like the ability to put a c...
|
5 |
17.03.2006 13:49:11 |
|
Save Word form fields as seperate text files, looping through folder
Hi, I have been trying unsucessfully to manipulate the following code
for my purposes. Could anyone please help? I am trying to loop
through a folder with Word files that are application forms. These
need to be exported (using save forms data) to seperate text files with
the same name as the Word files. When I run this piece of code, two
problems come up -
1) If it works, then I have ...
|
4 |
16.03.2006 15:49:39 |
|
UserID to get info from Access to show in Boomarks in Document
Hello.
I have created a Document (letter) in Word2003 using Styles and Field codes.
I fill in the frame info. from attatched UserForm (Recipients name etc.) and
set inserton point where to start typing.
This works very nicely.
I have added a module (GetUserName) to get the logged on user's
UserName(ID), (thanks to mvps). It returns the UserName correctly.
I have also created an Access datab...
|
1 |
13.03.2006 19:05:53 |
|
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
...
|
1 |
09.03.2006 20:46:07 |
|
Trying to export address folder in order to print envelope labels
My company has a huge address folder in our public folders that we want to
import into word and print out mailing labels to a catalogue mailing. We use
Outlook 2003 and have the entire Office 2003 suite. I have looked up some
help files but the addresses are now showing up in word correctly when I
export them from Outlook. Again, all I need to do is take an address list and
print mailing...
|
2 |
08.03.2006 20:07:56 |
|
Macros
Hi
Could someone please help me with this question. Is it possible to create a
macro to do the following:
"setting Macros to assist with electronic note-taking to WORD on Palm /
Laptop..."
Do I need VB coding for this
Thanks...
|
2 |
08.03.2006 18:19:37 |
|
vba save with file extension & opening data back in a form
hi, is there a way to enter data into a form then save it as a specific
file extension which i choose? specifically i need to save the data as
a .ged file. (a variation on a .txt file)
Also is there a way to save my data from the form so it will open back
into the form and not a document??
this is for an important project so any help is appriciated
thanks
...
|
2 |
07.03.2006 20:23:19 |
|
347 Form Fields - need to selectively export to Excel
Hi, I have had to create an alimighty form with 347 form fields. There
was no way I could have reduced this number. I am trying to export
this data to Excel and have tried the Word->Tools->Options->Save forms
only route and then importing a comma delimited file to Excel. But
since the number of colums in Excel is 256, I am losing data. Is
there anyway I can be selective about ex...
|
3 |
02.03.2006 12:00:00 |
|
database/DOA reference missing
Hello,
I am trying to use word to access an excel database (for addresses) with
the code I got from another post in this newsgroup. The beginning of
the userform initialize code is below, but it gives me an error that a
user defined type is not defined (at the dim db as DOA.Database). When I
looked at the debug/help, it instructed me to add a reference for
database objects. The only...
|
9 |
02.03.2006 00:34:39 |
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.</P>
<P><A href="http://www.vosar.net">www.vosar.net</A></P>
<P>Tel: 775-333-11...
|
1 |
01.03.2006 07:16:27 |
|
Set insertion point in Document from UserForm
Hello.
I have created a Document template (a letter) in Word2003, using the eminent
guidance found in "How to create a Userform" (Many thanks, Doug. Really got
me started).
And it works beautifully, apart from the fact that after the data from the
UserForm are inserted into respective Bookmarked fields in the Document, the
insertion point is at the top of the Document, and not where I ha...
|
3 |
28.02.2006 19:19:36 |
|
How to Drag & Drop Multiple items
I previously posted a question (way back in 1999) in
microsoft.public.word.word97vba under the subject "Ho do you Drag &
Drop Multiple items". This link:
http://groups.google.com/group/microsoft.public.word.word97vba?lnk=sg&hl=en
I have just worked out a straightforward solution, so I thought I would
post it here.
Before you ask. The answer is No. I haven't been looking all this time
...
|
1 |
28.02.2006 02:52:53 |
|
Word VBA:Using docproperty in a userform
I want to get user input for a document using a userform and the property
fields (say "Author") already in the document. Is there a way I could use the
information already in a docproperty thru a userform in VBA? Example: assign
the value of docproperty "Author" to a field call "bkAuthor" in a userform
call "frmInfo".
--
ALMOL58...
|
5 |
26.02.2006 22:36:12 |
|
Slow
I have a Word 2000 doc that consists of 8 labels and text boxes then a table
of 4 columns and 20 rows consisting of a text label in column 1 then a radio
button in columns 2, 3, and 4 on the first page. So, basically, the user
opens the doc and fills in the 8 text boxes with things such as first name,
last name, customer name, etc. Then they select a radio button in columns 2,
3 or 4 for e...
|
2 |
25.02.2006 13:49:26 |
|
FAQ - Frequently Asked Questions - vba - please read before posting - unofficial February posting
FAQ = Frequently Asked Questions - brief - vba - unofficial
Happy Groundhog's Day all you Bill Murray fans!
This FAQ is posted weekly.- more or less
Please save us all some time by reading it before posting to the
news group.
This newsgroup is about VBA - Visual Basic for Applications -
which is the programming language for Word 97-2003 (macros).
There is a longer FAQ with more question...
|
6 |
23.02.2006 22:00:41 |
|
New document disaster prevention/recovery software
Looking for individuals in organizations that rely heavily on
electronic documents to "Beta Test" a new Windows software product
called DocShield (as in Document Shield). DocShield protects vital
documents by maintaining a compressed archive of document "snapshots"
throughout their history, making it possible to recover information
from any point in time. It also has fault tolerant features...
|
2 |
22.02.2006 22:00:16 |