Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Interactive worksheet

Hello and thank you in advance for the help!

I am currently working with a worksheet that shows data. When i double
click on the data, an excel chart pops up in another sheet. This was done
using vba. I'd like to make the data worksheet a little more interactive.
When the user is pointing the arrow over a cell, i'd like the font or
something to change to show the user that something could happen if he/she
decides to click on the cell.

Can i use vb or javascript to achieve this and what is the code for it?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 318
Default Interactive worksheet

Excel does not allow you to code against a MouseMove event so that you may do
things when the mouse moves over a certain cell. However, Excel does allow
you to do various things on a change event - when the value of the cell
changes or on SelectionChange event - that is when clicks on a new cell.

Alok Joshi

"Interactivity" wrote:

Hello and thank you in advance for the help!

I am currently working with a worksheet that shows data. When i double
click on the data, an excel chart pops up in another sheet. This was done
using vba. I'd like to make the data worksheet a little more interactive.
When the user is pointing the arrow over a cell, i'd like the font or
something to change to show the user that something could happen if he/she
decides to click on the cell.

Can i use vb or javascript to achieve this and what is the code for it?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Interactive worksheet

Take a look here,

http://groups.google.com.au/group/mi...b44f8ee8e8937/

Beware though that the SetTimer function can be very unstable in Excel's
environment. Save your work often !

Regards,
Vic Eldridge


"Interactivity" wrote:

Hello and thank you in advance for the help!

I am currently working with a worksheet that shows data. When i double
click on the data, an excel chart pops up in another sheet. This was done
using vba. I'd like to make the data worksheet a little more interactive.
When the user is pointing the arrow over a cell, i'd like the font or
something to change to show the user that something could happen if he/she
decides to click on the cell.

Can i use vb or javascript to achieve this and what is the code for it?


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
Publishing an interactive Excel worksheet on the web JRW New Users to Excel 0 February 6th 08 07:06 PM
Interactive Worksheet Interactive worksheet Excel Discussion (Misc queries) 5 May 17th 05 02:41 PM
How do I collect data from an interactive web worksheet and impor. worksheetmom Excel Discussion (Misc queries) 3 February 20th 05 12:38 AM
iNTERACTIVE EXCEL FILE NOT INTERACTIVE ON THE WEB kathy in kansas Excel Discussion (Misc queries) 0 January 24th 05 07:47 PM
Office 2003 will not view interactive Worksheet saved as a web pa. Javier Colunga Excel Worksheet Functions 0 November 10th 04 10:59 PM


All times are GMT +1. The time now is 04:39 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"