Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've tried the below function over a range of 6000 cells.
'====================================== Private Function TrimAll(myTrimArea As Range) Dim cell For Each cell In myTrimArea.Cells cell.Value = Trim(cell.Value) Next cell End Function '====================================== .....it's very slow. What is wrong with my code ? Any help greatly appreciated J |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you help me figure out why my macro is running slowly? | Excel Programming | |||
here is my code...it's running a bit slow though..any ideas to make it more efficient? thanks | Excel Programming | |||
workbook macros now run VERY slowly ... ideas please | Excel Programming | |||
Paste code running extremely slowly... | Excel Programming | |||
Macros in Excel 2000 running very slowly | Excel Programming |