Saving Takes long time

K

kvenku

Hi ,
I created a xls file with lots of macros function dumped in it.

When the user open the XLS file a login screen appears, where it lead
to some other functionality.

When the user types some thing in the sheet and hit save button. I
take long time to save. even though it contains just one value in on
cell why?

What is the reason behind this and how to solve this

Thanks
Venkatesh
 
P

Pikus

Lots of controls can do that. I have some spreadsheets
that are heavy on the checkboxes and I get lots of lag
because of that. I imagine that the same would be true of
controls on a Form. Do you have very large/numerous
Forms? - Pikus
 
Top