Euuuhhhhhh
Y a un autre truc bizarre.............
POURquoi lorsque j'éxécute la procédure BLABLA :
Sub BLABLA()
fctcode
End Sub
Sub fctcode()
Dim tre As Double
For tre = ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell).Row To 6 Step -1
If Cells(tre, 3).Value <> "" Then
Cells(tre, 7).Value = ExtraireNombre(Cells(tre, 3))
End If
Next tre
End Sub
Public Function ExtraireNombre(ByRef voRange As Range) As Long
ExtraireNombre = Val(voRange.Text)
End Function
Ca compile mais rien ne se passe sur la feuille
Alors que quand je compile la procédure BLABLA en appuyant sur F5 Tout fonctionne correctement ?????????????????
pompompom bizzarre .. non ?? :D