R
Rebecca_SUNY
I used the example from the Microsoft Website to create the run command
macro. http://office.microsoft.com/en-us/visio/HP010384221033.aspx
but the /Pages argument will not work. I have tried
/PAGES='Joe Smith'
/PAGES="Joe Smith"
/PAGES=Joe Smith
/PAGES=(Joe Smith)
but I either get an error message in the code or when the code runs I get an
error message saying that Joe Smith is not in my data file. He definitely
is! What am I doing wrong?
My code is working perfectly without this argument but I have to be able to
break the pages by my own definition.
macro. http://office.microsoft.com/en-us/visio/HP010384221033.aspx
but the /Pages argument will not work. I have tried
/PAGES='Joe Smith'
/PAGES="Joe Smith"
/PAGES=Joe Smith
/PAGES=(Joe Smith)
but I either get an error message in the code or when the code runs I get an
error message saying that Joe Smith is not in my data file. He definitely
is! What am I doing wrong?
My code is working perfectly without this argument but I have to be able to
break the pages by my own definition.