Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andy Pham
 
Posts: n/a
Default animate text in Excel?

Could any one help me on how to make animate text in Excel
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default animate text in Excel?

Excel does not support animated text.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Andy Pham" <Andy wrote in
message
...
Could any one help me on how to make animate text in Excel



  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default animate text in Excel?

Try a Google search for "Animated text" Excel..........you'll get a zillion
hits.......but it's still not recommended in Excel.....in some cases, could
be against Government regulations I hear.

Vaya con Dios,
Chuck, CABGx3



"Andy Pham" wrote:

Could any one help me on how to make animate text in Excel

  #4   Report Post  
Posted to microsoft.public.excel.misc
Starwing
 
Posts: n/a
Default animate text in Excel?

From: AV (Alain Vallon)

Sub AnimateText()
txt1 = " Allons enfants de la patrie"
txt2 = " Le jour de gloire est arrivé !"
txt3 = " Contre nous de la tyrannie"
txt4 = " L'étendard sanglant est levé"
For i = 1 To 100
[A1] = Mid(txt1, 1 + (i Mod 33), 33) & Mid(txt1, 1, (i Mod 33))
For Each c In [A1:IV100]: Next
[A2] = Mid(txt2, 1 + (i Mod 33), 33) & Mid(txt2, 1, (i Mod 33))
For Each c In [A1:IV100]: Next
[A3] = Mid(txt3, 1 + (i Mod 33), 33) & Mid(txt3, 1, (i Mod 33))
For Each c In [A1:IV100]: Next
[A4] = Mid(txt4, 1 + (i Mod 33), 33) & Mid(txt4, 1, (i Mod 33))
For Each c In [A1:IV100]: Next
Next i
End Sub


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I wrap text in a text box in Excel? 4407mark Excel Discussion (Misc queries) 3 October 28th 05 11:20 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
How do I set Excel cell format to "Text" from VB.NET? John Brock Excel Discussion (Misc queries) 8 July 26th 05 04:36 AM
Wrap text limits in Excel 2003 cell formatting Adelrose Excel Discussion (Misc queries) 1 April 19th 05 06:32 PM
I want Excel to allow cells with formulas and unrelated text blueboy Excel Discussion (Misc queries) 9 March 4th 05 12:22 AM


All times are GMT +1. The time now is 03:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"