Search results 59

Sorted from new to old.
Card image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

Card image
CountArrayCol

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

Card image
FilesKill

Delete Multiple Files (with WildCards) To delete multiple files from a ...

Card image
ConvertImage_IrfanView

Converts an image from any image into any image using IrfanView command line ...

Card image
fnGenerateRandomString

SQL function to generate random string I thought it would be easier to find ...

Card image
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

Card image
MinIF and MaxIF in Excel 2010

MinIF to calculate smallest number matching certain criteria, in Excel 2010 ...

Card image
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image
Files_MostRecentN

Gets most recent N files from a given folder. Uses Arrays, and the function ...

Card image
SheetName

Gets a sheet name by referencing sheet ID or Sheet No This is more likely to ...

Card image
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

Card image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

Card image
XorC

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

Card image
Distance_Calc_fromString

Calculate distance between two points (Latitude, Longitude) LatLon1 and ...