Search results 85

Sorted from new to old.
Card image
DiskDriveType

Returns drive type as text, like fixed, CD, etc. Can pass either drive letter, ...

Card image
LastRow_Remove

Removes last row in a table starting certain cell. Creating and using this ...

Card image
DynamicFill

Fills in more rows at end of a range Used to add more rows at end to have all ...

Card image
COUNTIFS as Rank

Simplest way to rank among peers. used COUNTIFS in case we need to add more ...

Card image
GetColumnIndex

Returns Id of column (Column Index) from a cell. Similar to GetColumnName, this ...

Card image
ASP to static HTML

Convert Dynamic ASP files into HTML (once daily) to make them faster when ...

Card image
ClearHistory10_20

Delete folders named in format [PDFs-2020-12-05] in certain folder along with ...

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
File_SettingRead

Reads setting from config file Config file can be passed as argument ...

Card image
ReadHTMLTag

Reads string between open and close HTML tag (between < ... > and < / ... >), ...

Card image
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image
FolderSize_Swift

Gets total of folder size in bytes. With some tweaks, you can modify it to use ...

Card image
Window off-screen

Window not shown while taskbar says it is on. Restore window position in ...

Card image
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image
IsThere2

Finds a file in giving its full path Similar to IsThere1 except this one uses ...

Card image
Add2Column

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