G
Guest
I followed your suggestion and have successfully defined VBA code to draw a
vertical line that Grows/Shrinks (Thank you! ). Now I would like to modify
that VBA code to avoid having to hardcode the x coordinate and instead
dynamically define the x coordinate using the left property value of a
control to the left of which I'm drawing the line. I want to avoid having to
change the VBA code everytime I change the position of a control on the
report.
vertical line that Grows/Shrinks (Thank you! ). Now I would like to modify
that VBA code to avoid having to hardcode the x coordinate and instead
dynamically define the x coordinate using the left property value of a
control to the left of which I'm drawing the line. I want to avoid having to
change the VBA code everytime I change the position of a control on the
report.