I have such situation. I have to call function in browser console after user clicked a hyperlink in Excel. One of function's argument is based on row's data, so it's kinda dynamically generated.
Is this possible within Excel environment?
If anything is unclear, let me know.
Thanks guys.
EDIT: I have thought already about using batch file, to convert hole excel file to html or use Python script, but non of this is simple. Problem is that I'm not a VBA guy, so I'm asking SO community to suggest if that kind of thing is even possible in Excel(VBA).