+ Reply to Thread
Results 1 to 8 of 8

How do i create moving text within a cell?

  1. #1
    dbouton
    Guest

    How do i create moving text within a cell?

    I've scoured the net looking for this answer. I'd like to have text within a
    cell moving just like a scrolling marque. Is this possible? Would someone
    provide help with this?

    --
    Don''t cry becuase I love you. Scream.

  2. #2
    Ken Wright
    Guest

    Re: How do i create moving text within a cell?

    You cannot do this.

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------


    "dbouton" <[email protected]> wrote in message
    news:[email protected]...
    > I've scoured the net looking for this answer. I'd like to have text within
    > a
    > cell moving just like a scrolling marque. Is this possible? Would someone
    > provide help with this?
    >
    > --
    > Don''t cry becuase I love you. Scream.




  3. #3
    Biff
    Guest

    Re: How do i create moving text within a cell?

    >You cannot do this.

    And hopefully, we never will!

    Biff

    "Ken Wright" <[email protected]> wrote in message
    news:O%[email protected]...
    > You cannot do this.
    >
    > --
    > Regards
    > Ken....................... Microsoft MVP - Excel
    > Sys Spec - Win XP Pro / XL 97/00/02/03
    >
    > ------------------------------*------------------------------*----------------
    > It's easier to beg forgiveness than ask permission :-)
    > ------------------------------*------------------------------*----------------
    >
    >
    > "dbouton" <[email protected]> wrote in message
    > news:[email protected]...
    >> I've scoured the net looking for this answer. I'd like to have text
    >> within a
    >> cell moving just like a scrolling marque. Is this possible? Would someone
    >> provide help with this?
    >>
    >> --
    >> Don''t cry becuase I love you. Scream.

    >
    >




  4. #4
    CLR
    Guest

    Re: How do i create moving text within a cell?

    Technically, "motion" is possible in Excel through the use of Macros and
    time-delays, however it is very resource intensive, and generally
    discouraged.

    Vaya con Dios,
    Chuck, CABGx3




    "dbouton" <[email protected]> wrote in message
    news:[email protected]...
    > I've scoured the net looking for this answer. I'd like to have text within

    a
    > cell moving just like a scrolling marque. Is this possible? Would someone
    > provide help with this?
    >
    > --
    > Don''t cry becuase I love you. Scream.




  5. #5
    Biff
    Guest

    Re: How do i create moving text within a cell?

    >generally discouraged.

    It's a spreadsheet, for cryin out loud, not a video game! <vbg>

    Biff

    "CLR" <[email protected]> wrote in message
    news:[email protected]...
    > Technically, "motion" is possible in Excel through the use of Macros and
    > time-delays, however it is very resource intensive, and generally
    > discouraged.
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    >
    > "dbouton" <[email protected]> wrote in message
    > news:[email protected]...
    >> I've scoured the net looking for this answer. I'd like to have text
    >> within

    > a
    >> cell moving just like a scrolling marque. Is this possible? Would someone
    >> provide help with this?
    >>
    >> --
    >> Don''t cry becuase I love you. Scream.

    >
    >




  6. #6
    Ken Wright
    Guest

    Re: How do i create moving text within a cell?

    LOL - amen to that :-)


    "Biff" <[email protected]> wrote in message
    news:[email protected]...
    > >You cannot do this.

    >
    > And hopefully, we never will!
    >
    > Biff
    >
    > "Ken Wright" <[email protected]> wrote in message
    > news:O%[email protected]...
    >> You cannot do this.
    >>
    >> --
    >> Regards
    >> Ken....................... Microsoft MVP - Excel
    >> Sys Spec - Win XP Pro / XL 97/00/02/03
    >>
    >> ------------------------------*------------------------------*----------------
    >> It's easier to beg forgiveness than ask permission :-)
    >> ------------------------------*------------------------------*----------------
    >>
    >>
    >> "dbouton" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> I've scoured the net looking for this answer. I'd like to have text
    >>> within a
    >>> cell moving just like a scrolling marque. Is this possible? Would
    >>> someone
    >>> provide help with this?
    >>>
    >>> --
    >>> Don''t cry becuase I love you. Scream.

    >>
    >>

    >
    >




  7. #7
    Ken Wright
    Guest

    Re: How do i create moving text within a cell?

    Not whilst in Edit mode though, and to have a cells contents scroll, I'm
    pretty sure you would effectively be in edit mode somehow.

    Regards
    Ken.....................

    "CLR" <[email protected]> wrote in message
    news:[email protected]...
    > Technically, "motion" is possible in Excel through the use of Macros and
    > time-delays, however it is very resource intensive, and generally
    > discouraged.
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    >
    > "dbouton" <[email protected]> wrote in message
    > news:[email protected]...
    >> I've scoured the net looking for this answer. I'd like to have text
    >> within

    > a
    >> cell moving just like a scrolling marque. Is this possible? Would someone
    >> provide help with this?
    >>
    >> --
    >> Don''t cry becuase I love you. Scream.

    >
    >




  8. #8
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187
    a fairly simple way is to set up the whole text in one cell and a counter in another cell. then in the display cell use the formula =MID(F21,E21,99) where F21 contains the text, and e21 the counter.

    in vba set-up a timer loop : simple do loop to an end-interval time using doevents to consume time then increment the counter.

    It will scroll but jerkily.

    If you want a nice smooth scroll it is a similar technique on the timer but using a VBA control over the cell andthen scroll a text box within the frame.

    Do make sure you have an escape route from the timer

    It is always good to something mad.

    regards

+ 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