Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 14, 8:09*am, Simon Lloyd
wrote: Simply change this line Code: -------------------- * LastRow.Offset(13, 1).Value = TextBox2.Text -------------------- *for this Code: -------------------- * LastRow.Offset(14, 0).Value = TextBox2.Text -------------------- *the (13, 1) means 13 rows down 1 column across changing it to (14,0) is 14 rows down but none across just like your first textbox. NON SENSE... Just do what Kassie suggested. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to clear multiple cells of input data in Excel simultaneously | Excel Worksheet Functions | |||
How do I make the auto fill handle to input data from left to righ | Excel Discussion (Misc queries) | |||
Show Results in TextBoxes, ONLY if All TextBoxes have Data in them | Excel Programming | |||
Data input in cells | Excel Discussion (Misc queries) | |||
check is input textboxes is numeric on userform | Excel Programming |