Search results 140

Sorted from new to old.
Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...

Card image
ImagesIn_User

Gets images in a folder where filenames start with "User" Similar to function ...

Card image
RandomGUID

Creates a random GUID number like ... 879AE395-E026-0A63-EFC1-152038C4400B ...

Card image
AN_SafeFileName

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

Card image
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image
TeeOpen_ProtectTee + TeeOpen_UnprotectTee

Protect or unprotect a workbook (already open) remotely from another workbook ...

Card image
RC4 Encryption

A code inherited from an old application to protect or un-protect text in ...

Card image
fnGenerateRandomString

SQL function to generate random string I thought it would be easier to find ...

Card image
Unprotect sheet or workbook

Unprotect worksheet (and workbook) using VBA code

Card image
MouseDown and MouseUp in FM20 controls

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

Card image
SheetAdd_ANmar

Adds a sheet to a workbook, after checking if workbook is open Checks if ...

Card image
Login modal

Simple modal with login form in Bootstrap 3

Card image
Password Validator

Javascript based password entry validator

Card image
RoundMinutes

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

Card image
Protect VBA

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

Card image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...