View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
phoenixx153 phoenixx153 is offline
external usenet poster
 
Posts: 3
Default Help with Visual Basic programming

Hi all,

I'm trying to write a macro so that when information is entered into a form
I have created it will be inputed automatically into one of the worksheets
when I hit the submit button. I have been able to do this but need it to
recognise that if there is all ready information in that line rather than
overwriting the information, it skips down to the next line where there is no
information.

Is this possible?