Random codes

Random 24 Codes by our developers.
Card image cap
Card9-BS3

Rounded border cards in bootstrap 3

Card image cap
MouseDown and MouseUp in FM20 controls

MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

Card image cap
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

Card image cap
AutoSaveOn

Automatically save workbook (when using OneDrive) on or off This is the VBA ...

Card image cap
MatchIfUp or MatchIfRev

Searching for an item in a column from bottom to top. Will search for item in ...

Card image cap
Navbar colors

Bootstrap set of colored Navbars made with

Card image cap
GetGroupMembers

List All the Members of a Group Needs GroupNames text file having list of ...

Card image cap
CSS loading spinner

Nice simple CSS loading spinner

Card image cap
Star rating

Another Bootstrap rating system using Font-Awesome

Card image cap
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

Card image cap
Tabs14-BS3

Tabs in Bootstrap 3 with animation

Card image cap
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...

Card image cap
Card4-BS4

Simple cards in Bootstrap4 with shadow as lifted corners

Card image cap
3D box

Pure CSS 3D box From

Card image cap
ANmaInt

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

Card image cap
XLShortcut_EnableDisable

Disables or Enables certain Excel built-in shortcut. Code has example on how ...

Card image cap
WeekNum

Generates the calendar week number for a certain date, counting the first week ...

Card image cap
MatchIf2Up

Search for 2 items in 2 columns starting from last row upword (Starting with ...

Card image cap
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image cap
Popup button

List of commands in popup menu. Uses listbox, command button and toggle ...

Card image cap
CutString7

Cuts right part of a string starting from certain occurrence of a separator ...

Card image cap
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image cap
Filesin_Coll + Filesin_Cells

Reads files in a specified folder into a Collection, work with VB6 and VBA also, ...

Card image cap
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...