Hi All,
Newbie with rmarkdown needing some help.
I'm trying to create a month-end process flow document in rmarkdown to be published as a html document.
The work flow requires the user to open certain XL files and run macros.
The XL files are stored in a shared directory. So, in my document I say:
"Click on the the following XL file link, the file will open, then click on the month end button to run macro"
I create the link to the XL file in my rmd by using:
[XL File with macros](H:\Monthend Process\Process.xlsm)
When i render the document the link shows-up in the html document, however, when I click on the link nothing happens!
How do I create a link from within my document that will open the XL file?
Thanks in advance.
Kind regards,
Joe