Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New Problem !!

Status
Not open for further replies.

alta77

Programmer
Jan 20, 2009
6
I have created a Global variable that links sheet1 with sheet2 in the Change event of sheet1. When I change my information in sheet1 it automatically updates sheet2. Even when I use a dropdown box the information appear in shee2. I have write a formula in sheet1 that display a value in a nother cell when you use the dropdown box. The problem I have is that the info is not displayed in sheet2. What do I do to make this formale display because it is not seen as change. Even when I use a link it does the same. What can I do to display the data

Thank you
 




When a formula calculates and displays a new value, that does not trigger the CHANGE event.

Check out the Calculate event.

Skip,
[glasses]Don't let the Diatribe...
talk you to death![tongue]

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top