|
viewing track changes balloons but not print them
I am using office xp (2002) word.
I want to find the option control that shows the balloons
code:
Sub QCPrint()
Call Draft
'set markup defaults
With Options
.InsertedTextColor = wdRed
.InsertedTextMark = wdInsertedTextMarkDoubleUnderline
.RevisedPropertiesColor = wdBlue
.RevisedPropertiesMark = wdRevisedPropertiesMarkStrikeThrough
.Delet...
|
2 |
16.12.2005 17:15:01 |
|
collections order
For all the collections, particularly tables, are the collections
dynamically reordered?
So, if the first table is index number one, and I add a new table in
front of it, does the new one become number one and the rest renumbered
in order from top to bottom?
If we have tables two and three and a new one is put inbetween, will
the new one become three and the one previously three become f...
|
7 |
16.12.2005 17:12:20 |
|
How to connect MS Word to MS SQL Server 2000 using ADO
Hello all
I want to connect MS Word 2000 to SQL database. After the connection is
established, MS Word will get data from the database and then add them
in the active document. Do I need to create System Data Sournce under
Control Panel -> Administration Tool -> Data Source (ODBC)?
I can't find any resources about using ADO from MS Word.
Can anyone give me some advices?
Thanks...
|
2 |
16.12.2005 10:33:53 |
|
Using AutoNew() and bookmarks in Header footers
My problem is that I want to put in the footer of my page the text
"Report for the week:" and have word insert the result using this week
as the starting point. So I have the calculation working but I cannot
get it to work in the footers. I've tried using a different bookmark
name and putting the bookmark in and running the template but now use.
Any direction on the Header footer issue woul...
|
2 |
15.12.2005 19:54:35 |
|
Word & Outlook Calendar
I have written a series of Word "boilerplate" letters. In one, a
custom dialog box including a calendar control "captures" the date the
user selects and writes it to a letter asking clients to attend an
interview. The time for the interview is entered by the user in a text
box. This too is entered in the letter however it is not validated in
any way. The section of those routines look like ...
|
8 |
15.12.2005 16:14:51 |
|
vba in document vs module
VBA using the editor lets you choose to put your macro either in the
document itself or in a module linked to the document. Why would one
pick one over the other?
...
|
9 |
14.12.2005 18:34:11 |
|
How to intercept INDEX macro
Hi,
I need to order an index based on dates, MSWord order them in
alphanumerical order and not chronologically.
My idea is to intercept -if possible- the "index macro" in order to add
an ordering module.
Is it possible ?
May be another merthod is more convenient; please advise me.
Thanks in anticipation.
Jean-Paul
...
|
2 |
14.12.2005 18:23:28 |
|
New to VBA - need help with issue
I've been using Word for what seems like forever - and until recently, I
really thought I had a handle on it. I've recorded & debugged macros, etc.
However, now I need to do some *tricky* stuff. I need to attach code to a
template that I've designed so that a person who knows nothing at all about
formatting/styles/templates can open the doc and fill in what will become
certain parts of ...
|
2 |
13.12.2005 14:52:14 |
|
Macro to turn squarebracket content into footnote
I have a plain text file with hundreds of footnotes in square brackets
that I want to turn into MS Word footnotes
I'm kinda running out of time (measured in hours)
Whilei I've used BASIC form PDP Dartmouth to GW, I haven't a clue about VB....
|
4 |
13.12.2005 11:29:50 |
|
Read word document text page-by-page
Hi
Is there any method by which I can read a word file from my VB application
page-by-page?
Currently, I can open the file and save the text as a text file, but what I
need is a way to know the page numbers, so I though instead of saving the
text as a text file, I might be able to read the text from the word file
page-by-page and add the page numbers then save the text to a text file...
|
2 |
12.12.2005 21:01:09 |
|
using variables in 'insertFile' and 'Open' commands
Hi,
I wonder if somebody could answer this question - I'm sure it has been
asked many times before, but just cannot seem to figure it out.
If I define a variable for a pathname - i.e. a = "C:\MyFolder\MyPath\"
to be interpolated in either a insertFile or Open command, I could
execute:
myRange.InsertFile a & "myfile.doc"
but if tried this with
Documents.Open (a & "myfile.doc...
|
2 |
08.12.2005 19:24:00 |
|
How to insert alternating Wingding unicode chars into a Macrobutto
Sub SymbolCarousel()
' This is Bill Coan's macro.
' I wanna replace the N with an unchecked box (Wingding Font, Alt-0114), and
' I wanna replace the Y with a check'd box (Wingding Font, Alt-0253).
' The two macros beneath Bill Coan's macro generate the unicode characters,
' but I can't figure out how to put the chars into the macrobutton.
' I've looked at Microsoft Article ID : 78835 , ...
|
4 |
08.12.2005 18:57:44 |
|
Use VBA to open Windows Explorer to a particular folder
When I save a file in MS Word, I right click on a file, and use the "Send to"
menu to send the file to a vbscript that opens Windows Explorer to the folder
where the file is located. The script is below.
I have made a vba macro that stores the fulname (path + filename) to a
strVar and pastes the strVar into the Windows clipboard.
I'd like to create a vba macro that would either:
1....
|
6 |
07.12.2005 21:56:02 |
|
Unable to print .dot file - 2 times
All,
I have a .dot file template with 13 userforms. the user can navigate
from each form and key in the details. All the details in all the forms
are capturted and kept in the template.
My dot file has option for Print DRAFT (This is from File Menu). DRAFT
print is the same as the normal print, only difference is that there
will be a mark "DRAFT" on first page.
Once the user finishes ...
|
1 |
07.12.2005 00:43:42 |
|
Optin.CtrlClickHyperlinkToOpen=True and ThisDocument.Protect
Hello,
I have a problem with a document who need to be protected over user text
modifications but where I have hypertext links :
When the document is protected, the mouse placed over a link open a
bubble-help saying to the user that, to open the link, he has to do a "Ctrl
+ Click". But when doing this, nothing happend !
If I unprotect the document, the "Ctrl + Click" command work ok !
...
|
2 |
06.12.2005 19:46:59 |
|
Run-time error '5941' & Bill Coan's Word MVP Macrobutton article
I get a Run-time error '5941' (The requested member of the collection does
not exist) error message, when I try to create the macro button that Bill
Coan describes in his article located at:
http://www.word.mvps.org/faqs/macrosvba/AssignMacroToText.htm
Does anyone have any ideas:
1. How to fix the problem?
2. Where (url) I can find an explanation, so that I understand the solution?...
|
6 |
06.12.2005 17:32:45 |
|
Zorder for Listbox appears erratic
Can anybody explain what's going on here ?
Put two listboxes and two commandbuttons on a form and
partially overlap the two listboxes. The code below should
alternately bring to the front and then to the rear Listbox2.
Private Sub CommandButton1_Click()
ListBox2.ZOrder (0)
End Sub
Private Sub CommandButton2_Click()
ListBox2.ZOrder (1)
End Sub
Here is what I'm seei...
|
3 |
05.12.2005 16:15:07 |
|
Applying style changes to contents of a file inserted at a bookmark
Hi,
What I am attempting to do is probably very easy - but can't seem to
figure out.
Within a document, I use controls to insert other mini documents into
the document at specified bookmarks. However, some of these are using
different fonts, or they just don't come accross correctly.
Therefore, I defined a new Style (reportStyle) which I want to apply to
any new text that I import.
...
|
3 |
05.12.2005 10:17:54 |
|
Terminate WORD with a macro???
Can MS Word be closed automatically after running a Macro, or from the
Macro??
...
|
4 |
04.12.2005 16:10:49 |
|
Can a Macro be run automatically upon open
Is there any way to run a given macro automatically upon opening a Word
document file, rather than opening the document and then
Tools/macro/macros.../Run ?
...
|
4 |
04.12.2005 06:27:37 |
|
Using VS.NET or VS 2005
Hi
would anyone know a good resource I could use.
I am wanting to create Word 2003 documents from within Visual Basic. I
beleive I am probably looking a creating a word document to use as a
template, but then wish to load and populate this document with data from an
SQL database using Visual Basic.
I've never had to interact with Word before so I don't know the object model
and n...
|
2 |
01.12.2005 16:30:01 |
|
How can I make find work as a toolbar
I would like the find function to do two things different:
1. I want it to act as a toolbar that is always present with the other
toolbars
2. I want the find function to start searching the document as soon as I
type the first letter of the target word, just like the find function in
FireFox.
Has anyone created a find toolbar that operates like the one in FireFox?
Thank you,
Joh...
|
2 |
01.12.2005 16:27:48 |
|
Saving one file in two different places
I'm looking for a macro that will save one file in two different places.
Please advise.
Thanks
...
|
6 |
01.12.2005 16:21:16 |
|
Saving KeyBinding in normal.dot
Hello!
I got a problem with a macro in a dot that is a kind of Client-Installation.
I try to add a new KeyBinding for a Macro that should be saved in
normal.dot. The KeyBinding is added and works but if i restart Word it is
gone.
These are the ways i tried:
1. WordBasic.ToolsCustomizeKeyboard KeyCode:=334, Category:=2,
Name:="MacroName", Add:=1
2. CustomizationContext = NormalTempl...
|
2 |
01.12.2005 16:20:42 |
|
How do I get the text on a specific row?
Hi,
I would like to programatically get the text of a certain row in the
document (given a fixed row number counting from the top). What
objects/methods can I use to refer to that text?
Thanks for your time!
/Erik
...
|
7 |
01.12.2005 09:39:51 |