L
LarryP
Excel 2007 on XP.
On launch, a form opens. Form has a series of buttons to import data,
filter it, apply some colorization, etc. Actual worksheet is not displayed
until user clicks all appropriate buttons and closes the form.
Need something as simple as possible to let impatient users know something
is going on when they click a button, and discourage them from re-clicking or
prematurely clicking the next button. Was thinking of something like
having the currently active button "blink" until its portion of the code has
finished running. Have searched here for info on Excel timer events but find
it rather complicated compared to Access, my primary claim to fame.
Open to any suggestions on what simple visual "signal" I can use to tell the
user, (a) "I'm doing something," (b) "I'm done now, you can go ahead and
click the next button." When a button is clicked it of course shows the
dashed-line box indicating it has the focus, but experience has shown that's
not good enough for our users.
On launch, a form opens. Form has a series of buttons to import data,
filter it, apply some colorization, etc. Actual worksheet is not displayed
until user clicks all appropriate buttons and closes the form.
Need something as simple as possible to let impatient users know something
is going on when they click a button, and discourage them from re-clicking or
prematurely clicking the next button. Was thinking of something like
having the currently active button "blink" until its portion of the code has
finished running. Have searched here for info on Excel timer events but find
it rather complicated compared to Access, my primary claim to fame.
Open to any suggestions on what simple visual "signal" I can use to tell the
user, (a) "I'm doing something," (b) "I'm done now, you can go ahead and
click the next button." When a button is clicked it of course shows the
dashed-line box indicating it has the focus, but experience has shown that's
not good enough for our users.