G
Guest
Hi al
Can anybody explani how I have to use the Forecast function in a proper way
I trie
Range1 = Cells(i, j).Addres
Range2 = Range(Cells(i - 4, j + 1), Cells(i - 1, j + 1)).Addres
Range3 = Range(Cells(i - 4, j), Cells(i - 1, j)).Addres
funct1 = Application.WorksheetFunction.Forecast(Range1, Range2, Range3
but this seems not to wor
What am I doing wrong ???
Can anybody explani how I have to use the Forecast function in a proper way
I trie
Range1 = Cells(i, j).Addres
Range2 = Range(Cells(i - 4, j + 1), Cells(i - 1, j + 1)).Addres
Range3 = Range(Cells(i - 4, j), Cells(i - 1, j)).Addres
funct1 = Application.WorksheetFunction.Forecast(Range1, Range2, Range3
but this seems not to wor
What am I doing wrong ???