View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
MattShoreson[_61_] MattShoreson[_61_] is offline
external usenet poster
 
Posts: 1
Default Simple Calculation


All seems a little overengineered.
what about...

Private Function IzracunDDV()
IzracunDDV = True

If (TextSkupajDDV + TextBrezDDV= TextSkupajZDDV) Then
IzracunDDV = False
End If

End Function


--
MattShoreson
------------------------------------------------------------------------
MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472
View this thread: http://www.excelforum.com/showthread...hreadid=495452