G
Gunner
Hi,
I have a range that are called up via a listbox in a form.
Like this: UserForm6.ListBox1.RowSource = "Sheet1!Range1"
The user shall select one of rows in the listbox by
marking it.
Then I have a textbox where the user writes his name,
AND here comes my problem. His name must be printed in the
same row in the sheet according to the row he marked in
the listbox. ( you got it? the range are only 3 columns
with 10 rows, and in the fourth column I want the users
initials based on the row he marked in the listbox)
Anyone know this? Any help is appreciated...
Gunner-way north
I have a range that are called up via a listbox in a form.
Like this: UserForm6.ListBox1.RowSource = "Sheet1!Range1"
The user shall select one of rows in the listbox by
marking it.
Then I have a textbox where the user writes his name,
AND here comes my problem. His name must be printed in the
same row in the sheet according to the row he marked in
the listbox. ( you got it? the range are only 3 columns
with 10 rows, and in the fourth column I want the users
initials based on the row he marked in the listbox)
Anyone know this? Any help is appreciated...
Gunner-way north