That's great, thanks. I've amended your code a bit to reflect what I needed more exactly, but your suggestion helped a lot.
Main Topics
Browse All TopicsHi,
I would like to designate a cell that mirrors the value of whatever numerical value happens to be a cell that is highlighted by the cursor.
So, if the designated cell is E5, and if G112 contains the value '$253.34' (and is selected with the cursor), then E5 = '$253.34'. If the cursor is on R348 with a value of '$13.99', then E5 = '$13.99'.
2 further requirements:
1) This should only work within a specific range. Otherwise, if the cursor is outside of this range, E5 should have a value of '0'. Let's say the range is F2:Q36.
2) Also, this should only work if the cell that is selected (or active) is formatted as a currency type, otherwise E5 should have a value of '0'.
Thanks!
Jens
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: saurabh726Posted on 2008-09-19 at 14:22:53ID: 22525677
Just copy this code...and insert in the sheet module of that sheet where you want to do this..and it will take care of the same...
Saurabh...
Select allOpen in new window