Similar codes

Card image cap
RoundMinutes

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

2019Jan9

Card image cap
Floor

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

2018Apr25

Card image cap
RoundUp

Rounds a number up, like Excel function RoundUP

2018Jun2

Card image cap
Int function in ASP Classic (cint vs fix)

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

Feb6

Card image cap
ChartMaxY + ChartMinY

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

2018Aug16

Card image cap
ANmaInt

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

2023May2

Card image cap
Seconds2Time

Converts seconds from numbers into time in format of ...

2018Jul11

Card image cap
Quarter_to_Words

Convert Quarter code to text per special project requirements. A special ...

2020Dec17

Card image cap
Total14Round

Round time to Hours:Minutes format regardless of number of days Like in 80:40. ...

Aug8

Recently by developer

Card image cap
ANmaHTMLTables_Combine2

Combine strings of two HTML tables into string of one table.

Thu 3PM

Card image cap
MatchIF5

Searching for rows having 5 values in 5 columns Like

May6

Card image cap
CountColumnCells_2Criteria

Counts how many cells matching 2 criterias. Just like

May1

Card image cap
Files_FoundHours

Listing the file from a folder that was created during last few hours. Can ...

Apr30

Random Codes

Card image cap
EmailSend_Outlook

Send email using Outlook object with attachments With AI-generated post image. ...

2023Apr5

Card image cap
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...

2019Dec10

Card image cap
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

2018Jul9

Card image cap
InvertColor

Converts color into its negative value, as in "e4f15a" into "1C0FA6"

2018Jun20