Similar codes

code image
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...

2018Apr25

code image
RoundUp

Rounds a number up, like Excel function RoundUP

2018Jun2

code image
TimeRound

Rounds the number of minutes to the nearest quarter of half like 4:32 to 4:30 ...

2018Jun25

code image
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

2024Feb6

code image
RoundMinutes

Rounds time into nearest quarter up or down, half up or down based on argument ...

2019Jan9

code image
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...

2023May2

code image
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

2018Aug16

code image
IsThere_Remote

Checks if a file can be reached online or no Same as

2019Jun7

code image
Card9-BS3

Rounded border cards in bootstrap 3

2019Apr13

Recently by developer

code image
ANmaUploadFTP_Script + ANmaUploadFTP_1File

Uploads 1 file to FTP. It will create temp script to login to FTP and uploads ...

Sun 5AM

code image
ANmaNotMatch

Finds first item from RngAddr that is not listed in InRngAddr Returns the item ...

Apr19

code image
FirstDuplicatedItem

Returns the value of first duplicated item found in a range. This is to ...

Apr18

code image
ANmaRow_Duplicate1

Duplicate 1 row into row below with insert using fill down or copy-paste No ...

Apr17

Random Codes

code image
Protect VBA

Protect VBA project from inside VBA This is the raw way, there has to be other ...

2019Jan1

code image
CopyRange_NoClipboard

Copies range without using clipboard. Applies formats into a cell (or range) ...

2018Aug10

code image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

2018Aug8

code image
FileSize_Formatted

Returns file size in formated human way (mb, gb, etc..) Or, it can format any ...

2018Apr25