Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a suggestion. Employees send their timesheets via email into our
central office. We have an Employee Database created in excel. A VBA copies and pastes the time sheet information into the Employee Database and stores it. There is a hidden sheet in the Employee Database that the copied information from the Time Sheets gets copied into. I have noticed when I try to unhide this sheet, it unhides extremely slowly. Why? Is there ghost information being stored in this sheet that is making it large? Suggestion solution? -- Thanks Shawn |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know why your hidden sheet is slow to unhide but you don't need to
unhide to copy data to a hidden sheet. Gord Dibben MS Excel MVP On Mon, 25 Jan 2010 07:15:01 -0800, Shawn wrote: I need a suggestion. Employees send their timesheets via email into our central office. We have an Employee Database created in excel. A VBA copies and pastes the time sheet information into the Employee Database and stores it. There is a hidden sheet in the Employee Database that the copied information from the Time Sheets gets copied into. I have noticed when I try to unhide this sheet, it unhides extremely slowly. Why? Is there ghost information being stored in this sheet that is making it large? Suggestion solution? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If formulas are copied, check for mega formulas or formulas with
broken links, or links to unopen workbooks. Formatting for entire columns and rows is another resource hog. Sometimes, a sheet gets corrupt. Simply copying the worksheets into a new workbook may help. Goshute |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fast code in 2003 = agonizingly slow code in 2007 | Excel Programming | |||
very slow code | Excel Programming | |||
Slow code when used as VBA code instead of macro (copying visible columns) | Excel Programming | |||
Slow code | Excel Programming | |||
Slow Code | Excel Programming |