Search:

Type: Posts; User: waldzinator

Search: Search took 0.04 seconds.

  1. Re: Excel VBA - Easy Roundup Proc for Integer Numerator and Decimal Denominator

    Hack,

    This procedure was run using Access VBA 2002/2003. I just tested it with Excel 2003, and it worked. Added benefit with Excel would be that the Mod function is a Worksheet function, as...
  2. Excel VBA - Easy Roundup Proc for Integer Numerator and Decimal Denominator

    The following is a nice, eloquent way to selectively round up decimal numbers to the next highest integer --- sort of a ceiling procedure.



    Dim intNum as Integer
    Dim sglDenom as Single
    Dim...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width