Search results 478

Sorted from new to old.
Card image
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image
FilesCount_Swift

Count how many files in a folder, with no loop, faster if you just need all ...

Card image
Bootstrap IE issue

Looks like IE has some issues in bootstrap 3, this is the solution, please ...

Card image
Open different Filestypes

Populate list of filetypes in Application.GetOpenFilename method. This command ...

Card image
RunRemote

Runs a macro from another workbook without parameters (WB Workbook has to be ...

Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
Fancybox v2 apply

Applying Fancybox v2 from (

Card image
Protect VBA

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

Card image
Show/hide ribbon

Show or hide Excel ribbon from inside VBA Needed that in one of my projects

Card image
pd

Format a number with total number of digits I used it to format a date as ...

Card image
OnChange

Detect when user changes a textbox using JQuery Needed to have this documented ...

Card image
Simple Captcha

Sometimes the simplest methods is the most powerful. That is what I said

Card image
Cookies Consent

Show cookies message based on new EU regulations with customization. Best one ...

Card image
Wordpress drop-down menu

Add dropdown with User login, logout into menu. This code used to replace "nav. ...

Card image
This Year

A quick JS way to get the year of today, a method found it online, and wanted ...