Search results 52

Sorted from new to old.
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
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image cap
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

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
Reversefile

Reversing a file This tip demonstrates how to reverse a whole file. This ...

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 ...