T
Todd
I assume that this is an easy question, but how do I pass 2 variables to a
proceedure? Right now I have the following proceedure:
Public Sub Make_Link(docname As String)
After some changes to code, I now need to be able to bring in 2 variables.
I thought that to do this I would just change it to this:
Public Sub Make_Link(docname As String, comment As String)
This won't work. Am I missing something simple here? Thanks in advance for
your help!
proceedure? Right now I have the following proceedure:
Public Sub Make_Link(docname As String)
After some changes to code, I now need to be able to bring in 2 variables.
I thought that to do this I would just change it to this:
Public Sub Make_Link(docname As String, comment As String)
This won't work. Am I missing something simple here? Thanks in advance for
your help!