View Full Version : How to capture value in module


arage
11-26-2001, 11:24 AM
How to capture value in module
I have a value sitting in a standard code module I’d like my macro to access, what’s the best way to do that?

The_Doc_Man
11-28-2001, 05:00 AM
Your request is unclear. What do you intend to do with the value?

I'll warn you ahead of time that macros don't provide a way to pass info from one step to the next, other than the status code from the previous step. So you might not be able to do exactly what you wanted to do.