Hey all,

I have written the code below to (from a ComboBox filled with the values in column A) Fill a series of TextBoxes with information from cells in the same row as the value (Selcted from the ComboBox).

The code works fine however I also need to be able to change the values that appear in the TextBoxes and have the actual cell change Also.

Basically I want to be able to manage my spreadsheet entirely from this Userform.

Please Login or Register  to view this content.
So I have a ComboBox that is filled by the values in column A
when the Command Button is Clicked it fills All 13 TextBoxes with the information relevant to the ComboBox Selection.

All values are in the same row as the ComboBox Referace

Thanks in Advance

--imav