User form editing -reg

  • Thread starter Thread starter jagan
  • Start date Start date
J

jagan

I created userform through which i transfer the data to another sheet,
in this i am comfortable in adding new data but edit the already
entered data can some body suggest me the code.

Thanking you in advance

regards

S. Jagananthan
 
In edit mode get the values from the sheet/row and display that to the
controls. On Save, put the values back to the sheet. You can have global
variable to control the row number....


If this post helps click Yes
 
how are you pulling the data into the userform? so for example are you
populating a listbox control?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top