Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone help ?
We have a macro that amongst other things formats cells which runs using excel 95 - however when we run this macro using excel 98 or higher we have noticed a considerable increase in the length of time taken to complete the run. Is this due to the vast increase in the number of cells it might have to format in the later versions of excel or is it a change in the vba itself? Many thanks KD |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Formatting is always time consuming if you are doing it by cell o
range. I save a lot of time by using Copy/Paste instead - sometimes eve having a hidden sheet containing ready-formatted ranges -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Troubleshooting Excel 2003 calculation speeds | Excel Discussion (Misc queries) | |||
calculating speeds in mph | Excel Worksheet Functions | |||
Slow Calculation speeds in big spreadsheet | Excel Worksheet Functions | |||
Macro in Excel 2000 | Excel Discussion (Misc queries) | |||
XP vs 2000 macro error | Excel Programming |