I am curious why you think there is a need for a form when XL does a
pretty good job of handling data entry. Clearly, the user has access to
the worksheet so why won't they edit the worksheet directly?
Also, if you must, check out XL's native data form, rudimentary as it
is: Data | Form...
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Multi-disciplinary business expertise
+ Technology skills
= Optimal solution to your business problem
Recipient Microsoft MVP award 2000-2005
In article <(E-Mail Removed)>,
(E-Mail Removed) says...
> I use a userform to mutate data in a sheet. I would like this userform to
> be activated by a double click or press of button. The hard part is that I
> would like the fields in the userform to be filled with data mentioned on
> the selected row.
>
> For example:
>
> Cust.nr. Name phone age
> 1 Jan 1234567 20
> 2 Peter 1388431 25
> 3 Elco 3215687 30
>
>
> I like peter's record to be mutated, so I would like to double click on
> =3FPeter=3F to activate the userform. In this userform I want Peters current
> data already mentioned.
>
> My attempt of adding a button left of each row does not work. It does of
> course activate the userform but there is no record mentioning that =3Fbutton
> on row 2=3F was pressed. So the userform can not be filled with the data on
> row 2.
>
> I am out of clues. Can you help me?
>
>