Random codes

Random 24 Codes by our developers.
Card image
DrawAllAutoShapes

Create new sheet and draw all autoshapes inside. From AI Copilot

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
Filesin_Coll + Filesin_Cells

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

Card image
XorC

Simple small function to Encrypt or Decrypt a string Test_XorC is for testing ...

Card image
Arr_1Dim_2Str

Converts 1-dimension array into text. Meet Join. A way to convert array into ...

Card image
Rename Folder

This will rename and or move a folder

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
RC4 Encryption

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

Card image
UsedRange

Returns the address of first:Last cells with data in sheet. Like pressing ...

Card image
Luhn

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

Card image
MatchIf8

Searches for 8 cells in 8 columns and returns the row number if all found. Has ...

Card image
WordsCount

Counts the words in a string (using spaces)

Card image
TreeView

A plain pure VBA Treeview control to be used inside Excel (official link has ...

Card image
CreateFullTree

Creates full tree if not found

Card image
ANmAraDate

Format full date in Arabic language using several known Arabic month syntax. ...

Card image
EmailSend_Outlook

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

Card image
Bootstrap IE issue

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

Card image
HTMLTable_Cell

Returns content of cell by location ... RowID and ColumnID HTMLTable expected ...

Card image
ImagesIn

Just like FilesIn function, but this one returns list of images only found in a ...

Card image
CSS hat buttons

Set of controls using CSS hat, nice to have From

Card image
ReverseArray

Reverses order of array. In other words, the upperbound value of an input ...

Card image
Font-Based progress bar

Show progress bar using fonts only. Neat trick to use inside HTML or word ...

Card image
Arabic VS Hindi numbers

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

Card image
ExtractNumeric_FromCell

Returns the number from an HTML cell after cleaning and finding sign. We faced ...