Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not 100% sure what your question is; but consider this in case it is
what you are looking for. The following code will keep adding the contents of TextBox1 to cell A1, one entry per line, every time it is executed. With Range("A1") If .Value < "" Then .Value = .Value & vbCrLf .Value = .Value & TextBox1.Value End With Rick "Zak" wrote in message ... Hi, I would like a code to recognise the first non-blank cell and input the info into there via a userform. so the person enters the info into a userform and then each of the textboxes should go into specified cells in a new sheet. Each time new info is enterted the old info should still be there and the new one should go at the bottom of that etc. please can you kindly provide code for one textbox, i will replicate for the rest. thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Excel recognise cell contents as a cell reference | Excel Discussion (Misc queries) | |||
Start Cell B1 then find first blank cell, insert subtotal, next non blank, then next blank, sutotal cells in between......... | Excel Programming | |||
another macro is running ... how to recognise that process in code??? | Excel Programming | |||
Need macro to check if cell is not blank & previous cell is blank, copy information from row above & paste | Excel Programming | |||
Recognise filter in macro and ignore. | Excel Programming |