View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steen Steen is offline
external usenet poster
 
Posts: 104
Default Write data from form to row in sheet

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