Click to See Complete Forum and Search --> : moving text


snoopy
05-01-2003, 07:29 PM
Hi All,(just joined) :)
I`m new here & to javascript/html etc
My question is,how do I put moving text (from left to right) into a cell in an excel spreadsheet?
I`ve only just read that javascript is needed for netscape users(told you I was new to all this)

any help appreciated.

khalidali63
05-01-2003, 08:00 PM
you can not execute JavaScript in excel.
Only possibility could be writing some VBA code to have some thing like that.

snoopy
05-02-2003, 05:06 AM
ah ok,once I copied/pasted some html or javascript from a website &into word,when I opened up word again,the text was scrolling.
I just thought I might be able to do it in excel.
How can I do this on a website and/or word document?

cheers.

deathstar
05-02-2003, 06:37 AM
i don't know,but maybe you're looking for this:

<marquee direction=left behavior=scroll>urtxtgoeshere</marquee>

snoopy
05-02-2003, 07:10 AM
yes this is the sort of thing I`m looking for :)
cheers for that,where can i get these from m8?

tnx.