Am trying to open a jira link which is there in my spreadsheet with vba but instead of opening the file it's giving me 3 options or open save or cancel.
Can anyone please help me to get the CSV file open directly which is there in the link.
The code why I have is
Dim swebsite as string
Swebsite = " here I have the link "
Active workbook.follwhyperlink address:=swebsite, new window:=true
Can't share the link as it's companies data.
Thanks in advance
Regards,
Rohit