![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
I have a sheet with in column A, 500 symbols
of stock quotes. I want,when I move the cursor trough this column,there comes a display(box) that give me the name of the company. Ex. AAPL Apple Computer Is that possible? Many thanks. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
Stupid question: You say you have the stock symbols in column A, where are the names of the companies housed?
|
|
|
|
|
|
#3 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
Quote:
|
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
When you say "Display Box" do you have anything in particular in mind. Are you adverse to using VBA? (I think this is the only way to do this)
Would you want this display box permanently on the screen, or just when you are in column A? i.e. if you go into column B, hide the display? |
|
|
|
|
|
#5 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
Quote:
When I move the cursor to another cell in column A then I get another display. Maybe, on the toolbar, the remarque is a solution? Any idea? |
|
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
OK, let's use the Excel StatusBar for this. (the bar located in the Bottom Left corner)
In my example, I created a new workbook and on sheet 1 I put the values 1 to 10 on sheet one in A1:A10, on sheet2 I put A to J in A1:A10. I right clicked on Sheet1's tab and inserted this code:
Now, when I change from cell to cell on sheet1, column A, I get the value from Sheet2 Column A. HTH |
|
|
|
|
|
#7 |
|
New Member
Join Date: Feb 2002
Location: Louisiana USA
Posts: 26
|
I have a sheet with in column A, 500 symbols
of stock quotes. I want,when I move the cursor trough this column,there comes a display(box) that give me the name of the company. Ex. AAPL Apple Computer Is that possible? Many thanks. If the symbols are always located in the same cells, you could insert a comment for each cell. (Insert/comment) Of course you would have to type 500 different comments but this sounds like what you are looking for. When the cursor is held over the symbol the comment box will appear showing the stock name. Good luck, Sam |
|
|
|
|
|
#8 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
Quote:
Example: Column B YHOO then I recieve in the statusbar: YAHOO INC.That's right,but the following row is "" and I still receive YAHOO.This have to be "" Any idea to change this macro? Many thanks |
|
|
|
|
|
|
#9 |
|
New Member
Join Date: Apr 2002
Location: KC, MO
Posts: 18
|
Will event handling work with *********** or something similar to whatever that code is in Java for mouseover events?
That sounds like a solution, assuming that MouseOver is an event. |
|
|
|
|
|
#10 | ||
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
Quote:
error and I changed your macro.Now it's fine. Excuse me. |
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|