Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
the following code runs very quickly in Excel 2000, but very slowly in Excel 2003: With ActiveSheet For x = 1 To .Cells.SpecialCells(xlLastCell) With .Cells(x, 1) With .EntireRow If .Hidden = False Then .AutoFit End If End With End With Next x End With ideas? Thanks Simon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2000 and Excel 2003 in Office 2003 | New Users to Excel | |||
Upgrade from Excel 2000 to Excel 2003 without MS Office 2003? | Excel Discussion (Misc queries) | |||
excel 2000 and 2003 | Excel Discussion (Misc queries) | |||
Excel 2000 vs 2003 | Excel Programming | |||
Excel 2000 and 2003 | Excel Programming |