Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[FillStart].AutoFill Destination:=[Data].Offset(0, 1)
[FillStart].Select
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 1 Then
Set Data = Range([TopofList], [TopofList].End(xlDown))
[FillStart].AutoFill Destination:=[Data].Offset(0, 1)
End If
End Sub
[code]
Name the first data cell in column A as "TopofList" and the first cell containing your formula to be filled as "FillStart" and any time you change one of the values in the list, or add another at the end, the formulas will fill down automatically.
Hope this helps (and keeps Skip happy [wink])
Chris
[b][i]Varium et mutabile semper Excel[/i][/b]