Hello,

I wish to create a User Form that will show the values of some cells when a row is selected and allow one of the cell's values to change.

For instance, I select the entire row 5. Then I call up the user form. I want the value of the cells in columns A and B to appear in the form. I want to be able to change the value of B5, either by subtracting or adding.

It seems that the only way to have the values of Columns A and B show in the user form is in text boxes, though I do not want either to be editable. I want to have two other separate text boxes for either adding or subtracting the value of B5. Upon clicking an Enter button, the value of B5 changes and the user form should close.

I realize there are a lot of questions here. The book I am using to learn VBA--"Excel Programming"--doesn't answer them. I am using Excel 2003.

Thanks,
Tom