A
Andrea
Hello
Why this simple script:
_______
Function prova()
Dim c As Range
Set c = Worksheets("riepilogo").Range("A1:A20").Find("parola")
If Not c Is Nothing Then
prova = "pluto"
End If
End Function
_______
run in Excel 2002 (VB 6.3) and not in Excel 2000 (VB 6.0) ???
Please help me (answers also in Italian)
Thank you
Andrea
Why this simple script:
_______
Function prova()
Dim c As Range
Set c = Worksheets("riepilogo").Range("A1:A20").Find("parola")
If Not c Is Nothing Then
prova = "pluto"
End If
End Function
_______
run in Excel 2002 (VB 6.3) and not in Excel 2000 (VB 6.0) ???
Please help me (answers also in Italian)
Thank you
Andrea