Object Reference explanations
Wed, 24 Sep 2008 08:54:01 -0700
In the VB Editor on the top row you have Tools in Tools you have References
with in References there is the Object Library for example there is a DLL
called FM20.DLL.
What I am trying to get to is ?What does FM20 mean, what does it do and when
do I use it??
I am looking for a Library that explains this.
...
|
create VBA for prefix
Wed, 24 Sep 2008 08:25:01 -0700
I want to create a macro to add to the toolbar in which the user can write
down a prefix. This prefix should be used before all heading numbers and
before all table and figure titles.
Example prefix = 2.5
Heading 1 becomes 2.5.1
Heading 2 becomes 2.5.1.1
Figure 1 becomes 2.5-1
Table 1 becomes 2.5-1 etc ...
|
Populate text from Header
Wed, 24 Sep 2008 07:44:01 -0700
I have a two page document. Page 1 has a header, page 2 does not. Page two
is a "certificate" that I would like to automatically populate two different
pieces of information from the Header on Page 1 (i.e., Procedure Number and
Procedure Title) so that each time a certificate is issued the the
information ...
|
Clearing background color on text in word 2007
Wed, 24 Sep 2008 07:43:01 -0700
I have a large document in which I have filled the character cells with a
colour to highlight for me, while editing, that it needs additional treatment.
Problem is, I have to generate a print a copy of the document for my advisor
to read. Is there anyway I can run a macro to clear the highlights in the
whol ...
|
Editing custom properties from Sharepoint.
Wed, 24 Sep 2008 15:43:23 +0200
I've made a Word 2007 dotm template from a Sharepoint Document Library and
the Content Type's properties are now in my 'Document Information Panel' and
shows up as 'Properties for document - Server'.
I'm using VBA and I would like to write values into these properties. Since
they are neither BuildInDocument ...
|
Open chart type dialiog
Wed, 24 Sep 2008 03:27:06 -0700
I have to open the "Chart Type" dialog box in word(2003) using code.
How to do it?
Thanks in advance
Stan ...
|
Creating list of figures in a document
Tue, 23 Sep 2008 23:33:01 -0700
Hai,
Thank you for your assistance with my question in advance!
I am writing my thesis. It is usually done in a master document format and
as I am a novice with all these applications, I took the easy way out and
took the tempate or rather the document of one my seniors and deleted her
stuff and added mine! ...
|
|
|
Word Verses Excel Macro
Tue, 23 Sep 2008 21:43:01 -0700
I'm trying to understand differences between excel and word macros. Trying to
get Last sentence before first table in a document. I got the word macro to
run correctly. I tried applying same code to Excel macro and MoveUp fails.
I posted both macro below. Can somebody explain?????????????????
Word Macro ...
|
How to make Cross-references plain text
Tue, 23 Sep 2008 14:30:01 -0700
I have a very large document that I have hundreds of cross-references entered
as links. I need to split the document up into chunks which may get separated
thereby breaking the links in the file.
Is there a way to replace the links with plain text, without having to enter
this manually. I am looking for som ...
|
Bold bookmarked text
Tue, 23 Sep 2008 14:13:01 -0700
Hi,
I have the following code to attempt to bold a particular paragraph, which I
have selected and marked (the whole paragraph) with a bookmark:
If ofrmTransmittal.CheckBox1 = True Then
ActiveDocument.Bookmarks("bkpara1").Range.Font.Bold
End If
If you guessed that it doesn't work, you guessed co ...
|