E
Ed
Thanks to someone whose name I have forgotten, I have a Function that
returns a folder name and puts it into a string variable. I call the
function in a macro to allow me to browse to a specific folder. At the
moment, the only way I have of getting the string back into the macro is to
declare the string variable at the beginning of the whole module. I'm aware
this isn't best practice, although it works. But how else do I get the
string from the function into the macro?
Ed
returns a folder name and puts it into a string variable. I call the
function in a macro to allow me to browse to a specific folder. At the
moment, the only way I have of getting the string back into the macro is to
declare the string variable at the beginning of the whole module. I'm aware
this isn't best practice, although it works. But how else do I get the
string from the function into the macro?
Ed