Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
Input cell also is a calculation cell
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Ayrin, post: 5241917"] There is surely a more elegant way, but this should work and is pretty simple. The Control tab of the Combo box (XP version) has a Cell Link field. Enter F1 When you choose from the combo box it will put the index number of your choice in F1 So if you have X1 = Metric X2 = US Ounces Then assign a macro, new it will create a procedure like Sub DropDown1_Change() End Sub in the body add if activesheet.range("F1") = 1 then activesheet.range("A1") = activesheet.range("A1") *0.4536 end if [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
Input cell also is a calculation cell
Top