PC Review


Reply
Thread Tools Rate Thread

How do I format text effects to Sparkle Text

 
 
Text Effect - Sparkle Text
Guest
Posts: n/a
 
      2nd Feb 2010

 
Reply With Quote
 
 
 
 
Stefan Blom
Guest
Posts: n/a
 
      2nd Feb 2010

In Word 97-2003, click Format | Font, Text Effects tab. In Word 2007, you
need a macro to access these options (ask in a programming group such as
microsoft.public.word.vba.general).

--
Stefan Blom
Microsoft Word MVP



"Text Effect - Sparkle Text" <Text Effect - Sparkle
(E-Mail Removed)> wrote in message
news:C9FFA0B5-130B-412D-A3D2-(E-Mail Removed)...
>



 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      3rd Feb 2010
I posted the following macro about a week ago, for use in Word 2007

Sub AnimateFont()
Dim sAnimation As String
If Len(Selection.Range) = 0 Then
MsgBox "Select text first!", vbCritical, "No Text Selected"
Exit Sub
End If
sAnimation = InputBox("Which animation? Enter the number: " & vbCr & _
" 1. Blinking Background" & vbCr & _
" 2. Las Vegas Lights" & vbCr & _
" 3. Marching Black Ants" & vbCr & _
" 4. Marching Red Ants" & vbCr & _
" 5. Shimmer" & vbCr & _
" 6. Sparkle Text" & vbCr & _
" 0. None", "Font animation")
Select Case sAnimation
Case 1: Selection.Font.Animation = wdAnimationBlinkingBackground
Case 2: Selection.Font.Animation = wdAnimationLasVegasLights
Case 3: Selection.Font.Animation = wdAnimationMarchingBlackAnts
Case 4: Selection.Font.Animation = wdAnimationMarchingRedAnts
Case 5: Selection.Font.Animation = wdAnimationShimmer
Case 6: Selection.Font.Animation = wdAnimationSparkleText
Case 0: Selection.Font.Animation = wdAnimationNone
Case Else:
End Select
End Sub

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



"Stefan Blom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In Word 97-2003, click Format | Font, Text Effects tab. In Word 2007, you
> need a macro to access these options (ask in a programming group such as
> microsoft.public.word.vba.general).
>
> --
> Stefan Blom
> Microsoft Word MVP
>
>
>
> "Text Effect - Sparkle Text" <Text Effect - Sparkle
> (E-Mail Removed)> wrote in message
> news:C9FFA0B5-130B-412D-A3D2-(E-Mail Removed)...
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I create sparkle effects on text in 2007? Susan Nucci Microsoft Word Document Management 3 14th Aug 2009 09:38 PM
my typing is not black text its all sparkle like christmas lights. =?Utf-8?B?R2VvYnJpdm9uamVz?= Microsoft Word Document Management 2 17th Sep 2007 09:22 PM
format font with Text Effects =?Utf-8?B?U2hlcmlUaW5nbGU=?= Microsoft Powerpoint 2 26th Sep 2006 07:17 PM
Sparkle Text Font will not show up after emailing...why? =?Utf-8?B?aWFtamJ1bm5p?= Microsoft Outlook Discussion 0 16th Jun 2006 09:30 PM
Re: Using WORD Text Effects with an ACCESS Text box in a form? Tom Wickerath Microsoft Access 0 10th Oct 2004 11:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:02 PM.