G
Gustaf
I need to get a value (a string constant) from another open workbook when Autpen() is run. Let's call them workbook 1 and 2. When workbook 1 opens, and Autpen() is run, it should search workbook 2 for a constant/variable and set one of its own variables to that value.
I've seen that this can be done in Word, using the Document.Variables collection, but I find nothing like that in the Workbook model. Is there a way it can be done?
I know I can also save these values in the registry, but if there's a way to get them directly, that would be preferred.
Gustaf
I've seen that this can be done in Word, using the Document.Variables collection, but I find nothing like that in the Workbook model. Is there a way it can be done?
I know I can also save these values in the registry, but if there's a way to get them directly, that would be preferred.
Gustaf