A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
GetSaveAsFileName returns the filename specified by the user but it doesn't actually save - you as programmer have to do that.
You can use
Application.Dialogs(xlDialogInsertHyperlink).Show
to display the Insert Hyperlink dialog, but when the user clicks OK, the hyperlink is created.