Search results 50

Sorted from new to old.
Card image cap
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image cap
Hand.cur

A cursor file type of Hand. used inside VBA to show hand when user hover over ...

Card image cap
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

Card image cap
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image cap
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image cap
URLs2Anchors

All links found inside a string into anchor (< a href=...) BUG!: Currently ...

Card image cap
CreateAnchor

Creates an anchor by passing its arguments (used to be called URL2A), can ...

Card image cap
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image cap
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image cap
SharePointURL2Path + Path2SharePointURL

Converts SharePoint URL to regular folder path and the other way, giving the ...

Card image cap
GetPapa

Gets folder name of a page using FSO

Card image cap
FixPath, IsThere, IsThere1 ...

Set of 6 functions to deal with filesystem. Gets current workbook path, ...

Card image cap
GoToInternet

Opens webpage from within Excel, using default browser

Card image cap
GetPapa, GetPapa_URL, GetPapa_Sep, GetSon, GetSon_

Gets that parent folder name giving a full path, or gets the child folder, Can ...

Card image cap
DownloadFile

Download a file from URL from inside Excel into certain path, returns blank if ...

Card image cap
InsertHyperlinks + GetHref

Converts https found in text into anchers < a > Comes with GetHref as bonus ...