Search results 60

Sorted from new to old.
Card image cap
StartApp-IfNotStarted

Checks if application is already running, returns 1 or 0 My first function

Card image cap
ANstr_Column

Reads and concatenate the full HTML or non-HTML of column (ColumnID) from HTML ...

Card image cap
Concatenate_HTMLColumn

Build a string from a certain column in html table (using < table, < tr, and < ...

Card image cap
gsplit usage

How to use gsplit to split large files into smaller parts to allow to read it. ...

Card image cap
NumberBeforeString

Cuts a number that would be found before certain word inside a block string. ...

Card image cap
VLookup_HTML

Does a search in 1st column (< td tag) in an HTML table (< table tag), and ...

Card image cap
Protect txt file into word doc with password

Saves txt file as word doc with password. Passing txtfile having full path and ...

Card image cap
Excel clipboard bug

Looks like there is a bug in Excel when dealing with copy and paste. Excel ...

Card image cap
Associate_Ext

Register an extension in Windows registry for extension with an application. ...

Card image cap
SendEmailMsgv2023

Sending email using Microsoft 365 account. Edit 2024-01-02: Adding ability to ...

Card image cap
SearchinHTMLTable

Search for a word in a certain column in html table and return the full row ...

Card image cap
ANmaNumber_Closest2Word

Finds the number between two spaces that is found close to of Word1Location ...

Card image cap
Fix Excel Issue

Fixing Excel broken spreadsheet issue. When working with some large ...

Card image cap
IfFoundInList

Checks to see if sStr matches on of the items in Listof, knowing separator, ...

Card image cap
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image cap
Excel user name

Get application user name or change it Originally from