Forcing A Cell To Change Using a Drop Down List

Status
Not open for further replies.

rminor

New Member
Joined
Mar 28, 2020
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I am trying to force a cell to change its text. So Sheet 2 has six columns, Address in the A column and a Status in the B column. Column C, D, E, F, have information related to the address.
On Sheet 1 A1 I have a List box pulling the information from Sheet 2 Column A (Address), then vlookup formula to pull the information related to that particular address. i created another list box with a list of status on Sheet 1 D4 . So I'm trying to be select the status on Sheet 1 to permanently change the appropriate address status on Sheet 2 Column B.

This is the VB Code i have gotten so far.

Worksheets("Sheet2").Range("B2").Value = Worksheets("Sheet1").Range("D4").Value
Sheet2.Cells(2, 1).Value = 10

Sheet1 D4 has a drop down list of Status, when i change the Status from the dropdown list it changes the cell on Sheet 2 B2.

What i need to do, is get it to change the cell in Sheet2 Column B reference the address I choose in Sheet1 A1 and change the cell on Sheet2 Column B that is been referenced in Column A
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Duplicate Saving Text In A Specific Cell

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread.
Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,216,157
Messages
6,129,195
Members
449,493
Latest member
JablesFTW

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top