Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Guys,
I have a sheet with a lot of dynamical textboxes based on data and content from another sheet. When a run a routine to update the text within the textboxes it takes approx 0.5 sec pr update where it took next to nothing in VBA\Word2003. Any idea what has changed and how I may ressolve this issue? best regards frank112 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you've upgraded -- hmm, thats a bit of an abiguous word in this context...so
you switched to Excel 2007? There's been many reports of performance issues.Try adding a line: Application.ScreenUpdating=False "frank112" wrote: Hi Guys, I have a sheet with a lot of dynamical textboxes based on data and content from another sheet. When a run a routine to update the text within the textboxes it takes approx 0.5 sec pr update where it took next to nothing in VBA\Word2003. Any idea what has changed and how I may ressolve this issue? best regards frank112 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to generate '*' in a textbox field that takes a password? | Excel Programming | |||
ODBC takes time to update | Excel Programming | |||
macro that takes data entered in a user form textbox to go to a ra | Excel Programming | |||
time sheet that takes out taxes | Excel Worksheet Functions | |||
Textbox on excel sheet do not update with VBA | Excel Programming |