I am not sure all information 100% correct. Some information getting from internet sites. Main theme of this blog is own reference....
Function Ceiling(n As Double) As Long If Not Int(n) = n Then Ceiling = Int(n) + 1 Else Ceiling = n End If End Function
This is My Function Working PerfectlyPublic Function Ceiling(MyNum As Double)If Round(MyNum, 0) < MyNum Then Ceiling = Round(MyNum + 1, 0) Else Ceiling = Round(MyNum, 0)End IfEnd Function
Thanks....
Thanks
Check this website http://itcollegeall.blogspot.commore information learn many program
Thank you So much that's helpful
This is My Function Working Perfectly
ReplyDeletePublic Function Ceiling(MyNum As Double)
If Round(MyNum, 0) < MyNum Then
Ceiling = Round(MyNum + 1, 0)
Else
Ceiling = Round(MyNum, 0)
End If
End Function
Thanks....
ReplyDeleteThanks
ReplyDeleteCheck this website
ReplyDeletehttp://itcollegeall.blogspot.com
more information learn many program
Thank you So much that's helpful
ReplyDelete