S
Sash
I'm getting an error message "Procedure too large".
I created a form with three sets of buttons contained in a frame so that I
can say if the frame value is the button value process the file differently.
In creating the code, I right clicked the frame and created an event
procedure which reads "Private Sub Frame50_AfterUpdate" or something similar
for the other two frames.
Are each of these considered a separate procedure even thought when I right
click to update the code is all together? I'm just trying to figure out how
to get past the too large problem.
I created a form with three sets of buttons contained in a frame so that I
can say if the frame value is the button value process the file differently.
In creating the code, I right clicked the frame and created an event
procedure which reads "Private Sub Frame50_AfterUpdate" or something similar
for the other two frames.
Are each of these considered a separate procedure even thought when I right
click to update the code is all together? I'm just trying to figure out how
to get past the too large problem.