+ Reply to Thread
Results 1 to 4 of 4

animate text in Excel?

  1. #1
    Andy Pham
    Guest

    animate text in Excel?

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

  2. #2
    Chip Pearson
    Guest

    Re: 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 [email protected]> wrote in
    message
    news:[email protected]...
    > Could any one help me on how to make animate text in Excel




  3. #3
    CLR
    Guest

    RE: 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. #4
    Starwing
    Guest

    Re: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1