Linking 2 drop boxes by a macro
Linking 2 drop boxes by a macro
(OP)
Hi,
I have made a drop box to select pipe diameter, based on the selected diameter, I need to have another drop box to pick from a list of wall thickness.
Question: If I link a macro to the pipe diameter to create a drop box list of wall thickness, will it work?
I have made a drop box to select pipe diameter, based on the selected diameter, I need to have another drop box to pick from a list of wall thickness.
Question: If I link a macro to the pipe diameter to create a drop box list of wall thickness, will it work?





RE: Linking 2 drop boxes by a macro
-Mark
RE: Linking 2 drop boxes by a macro
Narendranath R
Pipeline engineering is made easy with state of the art computer software, visit www.narendranath.itgo.com.
RE: Linking 2 drop boxes by a macro
RE: Linking 2 drop boxes by a macro
RE: Linking 2 drop boxes by a macro
Please elaborate.
-Mark
RE: Linking 2 drop boxes by a macro
It was simple, I created a dropdown list [dd1] for pipe dia and another dropdown list [dd2] for wallthickness. I assigned a macro to lookup for the wallthickness avialable for the selected pipe dia to dd1.
The initial problem I had was a syntax error which I overlooked.
Narendranath R
Pipeline engineering is made easy with state of the art computer software, visit www.narendranath.itgo.com.
RE: Linking 2 drop boxes by a macro