N
noname
Hi,
I have written code to autogenerate textboxes in 2 frames on an Excel
Userform.
the upper frame has disabled autogenerated textboxes arranged in
columns.
the lower frame has enabled autogenerated textboxes, again arranged in
columns.
both frames have horizontal scrollbars.
what i want to do is that when i load the form, i should have the
ability to scroll both the frames together, so that the upper disabled
textboxes are in perfect sync (same column) as the lower frame
textboxes. e.g. if i move the upper frame scrollbar, the lower frame
scrollbar should also move simultaneously.
is there a change event associated with a Frame scrollbar?
Any ideas, how this can be done?
I have written code to autogenerate textboxes in 2 frames on an Excel
Userform.
the upper frame has disabled autogenerated textboxes arranged in
columns.
the lower frame has enabled autogenerated textboxes, again arranged in
columns.
both frames have horizontal scrollbars.
what i want to do is that when i load the form, i should have the
ability to scroll both the frames together, so that the upper disabled
textboxes are in perfect sync (same column) as the lower frame
textboxes. e.g. if i move the upper frame scrollbar, the lower frame
scrollbar should also move simultaneously.
is there a change event associated with a Frame scrollbar?
Any ideas, how this can be done?