View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
morry[_6_] morry[_6_] is offline
external usenet poster
 
Posts: 1
Default Textboxes and loops

I'm sorry i couldn't come up with at good subject to describe m
question.

I have a form with three text boxes on it one is there to enter
change number, another is to enter a part number, and the third is t
Enter notes that describe the part. As of now my form has a comman
button that pastes the data that was entered into the text boxes, int
cells in three consecutive rows on a different sheet, in the sam
workbook. The output looks like:

Disposition Notes <---- This is a header that i
only shown once
Change Number 325 <---- These next three lines show
what is brought in from the text boxes.
Part Number r45891 <-----
(Notes go here) <-----

I know how to paste them in to specific cells but I need to know how
can paste these in rows for example starting at range "G8, G9, and G10
and then the next time a note is entered it doesn't write over top o
this one but starts in cells "G12, G13, G14" there may be a differen
number of parts with notes each time i run this report so it need t
change.

Thank you for your help.
Morr

--
Message posted from http://www.ExcelForum.com