Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following user form code to add data to a worksheet:
Dim LastRow As Object Set LastRow = Worksheets("Raw Material").Range("b5000").End(xlUp) LastRow.Offset(1, 0).Value = TextBox5.Text LastRow.Offset(1, 2).Value = TextBox1.Text LastRow.Offset(1, 5).Value = ComboBox2.Text On the worksheet I have formulas in cells referring to the cells where I add data. These formulas will have to be filled all the way down the worksheet in anticipation of new entries. Instead of filling all these formulas down the sheet, is it possible to add code to what I use when I add data that will fill formulas down? GK |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy formula result (text) only - without copying formula | Excel Discussion (Misc queries) | |||
I copy a formula and the results copy from the original cell | Excel Discussion (Misc queries) | |||
copy formula down a column and have cell references change within formula | New Users to Excel | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
Copy formula so destination displays formula as text | Excel Discussion (Misc queries) |