Function teszt(CellRange As Range)
MsgBox ("Welcome")
Dim rCell As Range
Dim sum As Integer
For Each rCell In CellRange
sum = sum + rCell.Value
Next rCell
teszt = sum
End Function
tanszek/oktatas/muszaki_informatika/vba_tutorial.1708542431.txt.gz · Utolsó módosítás: 2024/02/21 19:07 szerkesztette: knehez