Hi All,
I have made a Sub that I would like to turn into a function, but am having issues getting it to work. here is the Sub I got to work and the function I am trying to get to work
Public Sub Runapi()
Dim W As Worksheet: Set W = ActiveSheet
Dim URL As String: URL =...