Hi,
I have a shared workbook in a shared drive with 12 sheets in it. 28 users work on it in same or different sheets at a time.
I need to track work on sheet name "imp" on realtime basis. So i created vba to save workbook if any cell in status column in the sheet name "imp" gets updated. This is working fine.
But file is increasing it's size dramatically frpm 2mb to 50/6mb, whereas data is of between 2 to 3mb only. Due to this i have to ask all users to close file so that i cteate new file for them to work. This happens multiple time each day.
May i get any help on this
I have a shared workbook in a shared drive with 12 sheets in it. 28 users work on it in same or different sheets at a time.
I need to track work on sheet name "imp" on realtime basis. So i created vba to save workbook if any cell in status column in the sheet name "imp" gets updated. This is working fine.
But file is increasing it's size dramatically frpm 2mb to 50/6mb, whereas data is of between 2 to 3mb only. Due to this i have to ask all users to close file so that i cteate new file for them to work. This happens multiple time each day.
May i get any help on this