Question : Office 2003 - dollar sign shows up as an arrow

Hi Experts!

I'm using Office 2003, SP 3 with all updates which is installed on a WIndows 7 Pro.

For some reason, when I type in a SHIFT + 4 , and when a $ (dollar sign) suppose to appear, instead an arrow sign shows up. This happens in Word and Excel.

Any clue why this might be happening?

Thank You!

Answer : Office 2003 - dollar sign shows up as an arrow

My goof. I meant to use a Range variable as the input.
1:
2:
3:
4:
5:
Function ForecastValue(rgValues As Range) As Double
Dim n As Long
n = rgValues.Cells.Count
ForecastValue = Evaluate("TREND(" & rgValues.Address(external:=True) & ",," & (n + 1) & ")")(1)
End Function
Random Solutions  
 
programming4us programming4us