Search results 312

Sorted from new to old.
Card image
Range22DimArray

Imports a range into 2-dimension array. Returns the array, providing range, ...

Card image
ReadBinaryBuffer

Reads file in binary mode as blocks Starts reading from start in sequential ...

Card image
ReadBinaryChunk

Reads certain chunk of a file in binary. Used with large files (like ~7gb ...

Card image
ArrSort_5Arr and ArrSort_7Arr

2 functions to sort 5 Arrays or 7 Arrays respectively.

Card image
ReadLastChars

Reads last some characters of a file, needs to see contents of large files that ...

Card image
ArrSort_4Arr

Sort 4 1-dimension arrays Actually sort 1st array (arrShort) based on values ...

Card image
ScanFolder

Scans folder and its all subfolders (2 levels only) for files then put file ...

Card image
EmailSend_Outlook

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

Card image
AskForFolder

Asks user to assign a folder, been looking for something like this for awhile ...

Card image
Convert_Dash_to_Zero

Convert cells with dashes to zeros. Quick code needed to reset sheet copied ...

Card image
Range2Block

Concatenate all rows found in a range starting A1Cell for Columns_To columns ...

Card image
Range_Add_or_Subtract

Adds an amount (or subtract) from a range of cells in one click Similar to

Card image
NavigatePost

Reads content of webpage with optional post data two main differences from

Card image
ANmaVLookup

Finds first occurrence of item in column, then returns value from same row as ...

Card image
ANStr2Range

Converts a string of items into range, with custom separator. Opposite of

Card image
RunOnTime

Runs a certain macro on certain time. This is not a scheduler, but just simple ...