Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this formula under that I use to update the numbers in my
worksheet and is working find But I have two sets of data now on the same worksheet coming from a1:a20 starting from the number (1) one to number twenty (20) and the other number also starting from a21: a100 starting from the number one to number ninety What is needed is two command buttons to update the first part from a1:a20 and the other part from a21:a100 Sub BBB() Dim rng As Range With ActiveSheet Set rng = .Range(.Cells(2, 2), .Cells(2, 2).End(xlDown)) End With Set rng = rng.Offset(0, -1) rng(1) = 1 rng(2) = 2 rng(1).Resize(2, 1).AutoFill rng End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel graph 3 sets of data. 2 sets as lines 1 as column? | Charts and Charting in Excel | |||
show 3 sets of data per data point in a scatter plot | Charts and Charting in Excel | |||
3 Different Data Sets | Charts and Charting in Excel | |||
how do i link up 2 sets of data into 1 set of data in excel | Excel Worksheet Functions | |||
help comparing two sets od data to find the odd data | Excel Worksheet Functions |