View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ShaneDevenshire ShaneDevenshire is offline
external usenet poster
 
Posts: 2,344
Default Write data from form to row in sheet

See your later post

--
Thanks,
Shane Devenshire


"Steen" wrote:

Hi

I have just be writing my first code for a form by using this description
http://www.fontstuff.com/ebooks/free/fsUserForms.pdf and it works fine. Now I
would instead like to fire up the form by dubbel cliking a row and write back
the data to that row upon accept. I have found a way of activating the form
by dubbel click on a row but can't figure out how to write the data back the
the same row .

I would also appriciate some help on how to make a "next/previus" button work.

Any help?

/Steen