Ribbon - Togglebutton for custom style
Fri, 4 Jun 2010 08:50:43 -0700 (PDT)
Hi,
I have developed a Word PhD template for our faculty which adds a new
tab in the Ribbon. That tab has, among others, a set of buttons that
apply custom styles to the active selection. Until now I have used
simple buttons that fire a macro which in its turn applies the style.
Now, however, I am tweaking th ...
|
Final Reminder - Microsoft Responds to the Evolution of Community
Fri, 28 May 2010 09:35:45 -0700
Microsoft Office Evolves Community as Part of Office 2010 Launch:
As you know, this is a big year for Microsoft as we are launching the latest
version of Office. Office 2010 is all about making it easy for you to get
and use Office on your terms. Office 2010 lets you work from the office,
from home, or a ...
|
Delete a row in a Word table if Column 2 is empty
Thu, 27 May 2010 14:36:08 -0700
Hi:
Dave Rado posted some nice code for Deleting Empty Rows in a Table in Word
(http://word.mvps.org/FAQs/MacrosVBA/DeleteEmptyRows.htm).
I need to know how to delete a row in a Word table if Column 2 is empty.
Thanks-
Charlie Epes
Buffalo, NY ...
|
Reminder - Microsoft Responds to the Evolution of Community
Thu, 20 May 2010 08:13:24 -0700
Microsoft Office Evolves Community as Part of Office 2010 Launch:
As you know, this is a big year for Microsoft as we are launching the latest
version of Office. Office 2010 is all about making it easy for you to get
and use Office on your terms. Office 2010 lets you work from the office,
from home, or a ...
|
Passive sentences is always zero
Wed, 19 May 2010 01:30:01 -0700
When I execute the following code, the Passive sentences is always zero.
Sub ReadabilityStatistics()
'Display the Readability Statistics without performing a Spell Check
MsgBox "Counts" & vbCrLf & " Words " & vbTab &
vbTab & _
ActiveDocument.Content.ReadabilityStatistics(1).Value & ...
|
Catalytic Steam Reforming
Tue, 18 May 2010 13:56:19 -0700 (PDT)
#########################################################################
######### Catalytic Steam Reforming
VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
######### FOUND IT HERE:
#########http://free-infobase.net/sjuf/catalytic-steam-reforming
#### ...
|
Update - Microsoft Responds to the Evolution of Community
Sat, 8 May 2010 01:24:47 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past se ...
|
|
|
Microsoft Responds to the Evolution of Online Communities
Fri, 7 May 2010 12:47:13 +0530
Date 5/4/2010
Starting in early summer 2010, Microsoft will begin progressively closing
down the Microsoft public newsgroups to enrich conversations in the
rapidly-growing forum platform. This decision is in response to worldwide
market trends and evolving customer needs.
Microsoft continues to ...
|
ActiveDocument.Characters.Count and hyperlinks
Wed, 5 May 2010 09:16:01 -0700
I've noticed that when running a macro in Word, the value
ActiveDocument.Characters.Count does not include characters 'hidden' in
hyperlinks.
For example, if I set the selection range to
ActiveDocument.Range([count] - 1, [count])
... and look at the selection on-screen, it will not be the last characte ...
|
find files between a range of dates
Wed, 28 Apr 2010 11:01:03 -0700
Hello everybody,
I have created a user form in word with access database.
In the database I've inserted a list of files with their creation dates.
I want to create a serach wich will load a listbox with all the files
between a range of dates... for example:
find all files tha their creation date is big ...
|