Skip to content

Commit

Permalink
v 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey French committed Aug 27, 2016
1 parent 10ce64e commit 0668ac3
Show file tree
Hide file tree
Showing 15 changed files with 6,835 additions and 157 deletions.
Binary file added Intrinio_Excel_Addin-32bit.xlam
Binary file not shown.
Binary file modified Intrinio_Excel_Addin.xlam
Binary file not shown.
Expand Up @@ -1315,7 +1315,7 @@ Public Function GetUrlParts(Url As String) As Dictionary
web_Parts.Add "Protocol", Replace(web_pElHelper.Protocol, ":", "", Count:=1)
web_Parts.Add "Host", web_pElHelper.hostname
web_Parts.Add "Port", web_pElHelper.port
web_Parts.Add "Path", web_pElHelper.pathname
web_Parts.Add "Path", web_pElHelper.PathName
web_Parts.Add "Querystring", Replace(web_pElHelper.Search, "?", "", Count:=1)
web_Parts.Add "Hash", Replace(web_pElHelper.Hash, "#", "", Count:=1)
#End If
Expand Down

0 comments on commit 0668ac3

Please sign in to comment.