Problems with referenced mscal.ocx31168 (11/19/2009 9:39:02 PM) UtfI'm not sure if this is the correct forum for this question, and if it isn't,
I'd appreciate getting pointed in the right direction.
I have a Word 03 template with a lot of VBA behind it that is used for ...
How to customize Word dialog controls2915 (11/20/2009 12:11:01 AM) UtfI'm looking for a way to make changes to a Word dialog itself. Is this
possible?
My specific problem is with the SpellCheck dialog. Originally, I thought
changes could only be made to your document by ...
Select All Pictures and Change Wrapping Style to Behind Text13681 (11/19/2009 5:25:02 PM) UtfI am trying to get a macro that can change the wrapping style to behind text
for all the pictures in the document. It would also be great if I could get
this macro to change a lot of other properties too. ...
Reflect Checkboxresult to another checkbox in a protected form1688 (11/19/2009 11:14:01 AM) UtfHi all,
I have tried to build a macro that aims to from a check list with checkboxes
automaticly reflect the result. I like to when one checkbox is checked
another is checked and reverse. See the code s...
When I start Word1770 (11/18/2009 5:36:01 AM) UtfI am using office 2007 on my Vista Dell computer. When I go to MS Word and
start it, computer asks if I want to start this program and then it opens
like it is opening in SAFE Mode.
--
Chuck Poole
...
VBA to embed video clip into a word document1961 (11/19/2009 7:43:01 AM) UtfI have an addin that allows me to insert an audio comment into a Word
document using:
Selection.InlineShapes.AddOLEObject ClassType:="SoundRec", FileName:="", _
LinkToFile:=False, DisplayAsIcon:=True, Ico...
using program to record audio comment and compress audio to MP30766 (11/19/2009 7:38:01 AM) UtfI can use VBA to record an audio comment into a Word file using
Selection.InlineShapes.AddOLEObject ClassType:="SoundRec", FileName:="", _
LinkToFile:=False, DisplayAsIcon:=True, IconFileName:= _
"C:\WINDO...
SendKeys problem with wdDialogInsertCrossReference84104 (11/16/2009 5:13:17 AM) BrianI have some code that works fine in Word 2003 for displaying notorious
Insert Cross Reference dialog. This is to display the dialog so as to
insert a cross reference to a Figure caption.
With Dialog...
WORD 2007 Template with VBA5697 (11/17/2009 8:35:01 PM) UtfHi Folks,
I have a template that I use to capture input from users who are requesting
a scan. That template worked fine under 2003 and I was able to get it to run
in 2007. However, when I tried to recr...
Is macro AutoNew.Main activated in Windows 7? (It is in XP.)1807 (11/18/2009 8:53:03 PM) UtfI use AutoNew to automatically put (1) file name, (2) my initials, (3) Date
saved, and (4) Date printed in the footer when I make a new document in
WORD. It worked fine in XP but not at all here.
I haven...
Search for cross-references1613 (11/18/2009 6:01:38 PM) PaulIn Word 2003 (Windows XP) is there a way search for cross-references?
...
Unassign a shortcut key from a macro21817 (11/16/2009 9:31:52 PM) PaulI've been googling my eyes out on the topic. In Excel, one can open
the immediate window and type (for example):
application.onkey "%^z", ""
where the first argument is Alt-Ctrl-Z and the second argu...
Adding break Lines11629 (11/18/2009 10:43:03 AM) SahanaHi
i m trying to write a code which adds when a new line is added or
when ENTER is pressed.
I have a sample code when enables me to add when a word is
boldfaced. Help in anyform is appreciated....
Italics in drop-down lists41536 (11/17/2009 10:26:47 PM) LarryAny idea how I can get some (but not all) text in a drop-down list
entry to be italic? The entry might be
"streptococcal bacterium"
where "streptococcal" is italic but "bacterium" is not. Presumably
I'l...
Checkbox - Formfield vs InlineShape31036 (11/17/2009 12:25:31 PM) SashHi,
I have a doc which has around 500 tables. I want to have 3
'checkboxes' in one cell of each of the tables
I created a macro which added 3 InlineShapes OLEcontrol forms checkbox
to all these tables. ...
Increasing brightness of all pictures by 10%22562 (11/16/2009 7:04:22 AM) andreasWord 2007
Dear Experts:
I would like to increase the brightness of all pictures of my
documents by 10%. How is this done using VBA.
Help is much appreciated. Thank you very much in advance.
Regards...
Display year only in a form field1861 (11/17/2009 11:05:02 AM) UtfHi,
How can I display only the current year as defailt text in a form text field?
Thanks
--
Traa Dy Liooar
Jock
...
There is insufficient memory. Save the document now14933 (11/14/2009 3:55:01 AM) UtfHi Frnz..,
Have Good Day..
I am getting There is insufficient memory. Save the document now error while
opening a word document in my machine.
My C drive has 50 gb free space and i am using RAM of ca...
Test for Whole Number81252 (11/14/2009 1:39:35 PM) GregI am probably making this harder than it needs to be. What is a good way to
test if a user enters a whole number as a data input. I cobbled together
the following but is there a simplier way?
Sub Test(...