Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello I have strange problem with this vba script Values in cells are numeric or string like 1, a2, aa, 3 etc. Each loop takes ~10sec on 2.5 GHz Pentium Code ------------------- Dim column As Integer Dim row As Integer Dim value As String Application.ScreenUpdating = False For column = 4 To 44 value = Cells(row,column ).Value MsgBox (value) Next sarake Application.ScreenUpdating = True ------------------- Any suggestions on how to make it run faster ? Nevermind I got it workin :D stupid m -- persenen ----------------------------------------------------------------------- persenena's Profile: http://www.excelforum.com/member.php...fo&userid=2491 View this thread: http://www.excelforum.com/showthread.php?threadid=38448 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Extremely Slow | Excel Discussion (Misc queries) | |||
Extremely slow subtotals in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel extremely slow opening | Setting up and Configuration of Excel | |||
Excel and Word EXTREMELY slow to open | Excel Discussion (Misc queries) | |||
Excel extremely slow opening and using | Excel Discussion (Misc queries) |