Search results 78

Sorted from new to old.
Card image
Web browser in Excel VBA

Example on how to use Web browser control inside Excel userform

Card image
Tabs18-BS4

Simple tabs in bootstrap 4 (with tables)

Card image
Tabs5 with hover

2 level tabs activated on hover

Card image
Card49

Simple custom card using FA4, with CSS3, can have right or left picture ...

Card image
ANma_HTML2DB + ANma_DB2HTML + ...

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

Card image
Arabic VS Hindi numbers

Settings to force Microsoft Word to show Hindi numbers with Arabic text, or ...

Card image
Posts Per Year

Create summary list If you have SQL table named Table_Name, with DateAdded ...

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
Upload4

Uploading files into server, the simplest way I have here This is the famous ...

Card image
FindFile_Word

Finds a file within open documents of current instance

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image
UserSign

Returns someones astrology sign using their birthday in m/dd/yyyy or m/dd/yy ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...