Search results 190

Sorted from new to old.
Card image cap
SumOf_3Filters

Returns sum of certain column in range (or table) in sheet after applying ...

Card image cap
ToolPath

Returns the path of ThisWorkbook considering OneDrive Personal or Business ...

Card image cap
GenerateThumbnail.php

Generates thumbnail of an image and saving it in certain folder. Edit php to ...

Card image cap
BrowseImage

Asks user to select an image and returns full path and name of selected image ...

Card image cap
CreateList_Matching

Creates list of items found in rows, where these rows match a value in another ...

Card image cap
Column2AnString_Unique

Creates list of unique items found in a column, returns string with items ...

Card image cap
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image cap
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image cap
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image cap
Excel sheet textbox

Found a strange behavior for Excel sheet textboxes. Textbox in Excel sheet, ...

Card image cap
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image cap
Add2Column

Quickly adds value to certain column in Excel sheet As usual, you can define ...

Card image cap
IsThere1_Image

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

Card image cap
MinOfArray

Gets the id of an item with minimum in an array of numbers, with option

Card image cap
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image cap
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...