Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 216
Default Excel 2007 Animated Text

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default Excel 2007 Animated Text

No, not without a very disturbing macro running.

Best wishes Harald

"Nadine" wrote in message
...
Is there a way in Excel 2007 to make text animated, i.e. scrolling text,
or
blinking text.

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Excel 2007 Animated Text

http://www.cpearson.com/excel/BlinkingText.aspx

Should help if you really need to use such a feature.


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Excel 2007 Animated Text

You can use the code found at Chip Pearson's web site at the following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 216
Default Excel 2007 Animated Text

Thanks, Read it.
do you know if there is a link for Scrolling text instead of blinking.

"Kevin B" wrote:

You can use the code found at Chip Pearson's web site at the following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Excel 2007 Animated Text

I believe that blinking text is about as good as it's going to get in Excel.
--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Thanks, Read it.
do you know if there is a link for Scrolling text instead of blinking.

"Kevin B" wrote:

You can use the code found at Chip Pearson's web site at the following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 216
Default Excel 2007 Animated Text

Thanks. helpful

"Kevin B" wrote:

I believe that blinking text is about as good as it's going to get in Excel.
--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Thanks, Read it.
do you know if there is a link for Scrolling text instead of blinking.

"Kevin B" wrote:

You can use the code found at Chip Pearson's web site at the following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default Excel 2007 Animated Text

You could add a webbrowser window onto your sheet, and then find some
scrolling text thing to put onto its source page that a macro builds. It
might even reduce the annoying (as in slows down Excel and destroys Undo
functionality) macro code needed, but it's pretty complicated to build.
Which may or may not make it fun to do.

Best wishes Harald

"Nadine" wrote in message
...
Thanks. helpful

"Kevin B" wrote:

I believe that blinking text is about as good as it's going to get in
Excel.
--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Thanks, Read it.
do you know if there is a link for Scrolling text instead of blinking.

"Kevin B" wrote:

You can use the code found at Chip Pearson's web site at the
following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and
most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled
workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling
text, or
blinking text.

Thanks


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2007 Animated Text

Or maybe you could just use MSWord. It has a lot of these type of formatting
bells and whistles.

Nadine wrote:

Thanks. helpful

"Kevin B" wrote:

I believe that blinking text is about as good as it's going to get in Excel.
--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Thanks, Read it.
do you know if there is a link for Scrolling text instead of blinking.

"Kevin B" wrote:

You can use the code found at Chip Pearson's web site at the following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks


--

Dave Peterson
  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Excel 2007 Animated Text

I think Kevin B has covered it. You could even build a scrolling text tool
based largely on Chip Pearson's code, but you probably wouldn't be happy with
it as the OnTimer in Windows can only go down to a 1 second interval, and
'scrolling' text at 1 character per second is pretty lame scrolling.

"Nadine" wrote:

Thanks, Read it.
do you know if there is a link for Scrolling text instead of blinking.

"Kevin B" wrote:

You can use the code found at Chip Pearson's web site at the following URL to
produce blinking text:

http://www.cpearson.com/Excel/BlinkingText.aspx

However, I strongly suggest that you read the entire contents and most
importantly the summary so you'll know what you're getting.

This will work in Excel 2007 if you put it in a macro enabled workbook.

Hope this helps.

--
Kevin Backmann
Dallas, TX


"Nadine" wrote:

Is there a way in Excel 2007 to make text animated, i.e. scrolling text, or
blinking text.

Thanks

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
animated text in excel Vijay_India Excel Worksheet Functions 9 May 14th 23 07:42 PM
putting help text in the animated bubble Pete Derkowski Excel Worksheet Functions 3 July 30th 08 06:53 PM
animated / motion / chart Excel [email protected] Charts and Charting in Excel 4 July 4th 08 08:33 AM
animated cliparts in Excel lucas Excel Discussion (Misc queries) 1 October 25th 05 02:03 PM
can you get animated text in excel? EMT Excel Discussion (Misc queries) 1 October 18th 05 12:28 PM


All times are GMT +1. The time now is 11:19 PM.

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

About Us

"It's about Microsoft Excel"