Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I sometimes face some freezing problems (due to bugs with the Refedit control) that can partially be solved by clicking the F5 key and then selecting a cell to go to. This defreezes Excel. Does anyone know a way to simulate that programmatically? Thanks, Mr. T |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Goto Reference:="R5C2" replicates the F5 function. Whether that
will fix your unfreeze problem or not is another question. Regards Rowan "MrT" wrote: Hello, I sometimes face some freezing problems (due to bugs with the Refedit control) that can partially be solved by clicking the F5 key and then selecting a cell to go to. This defreezes Excel. Does anyone know a way to simulate that programmatically? Thanks, Mr. T |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I recently encountered a similar problem. Found it was trying find some non
existant files for some links. Try to break all links and see if it helps. If the links are essential check/correct the path(s). RobertR |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Freezing | Excel Discussion (Misc queries) | |||
Freezing a row | Excel Worksheet Functions | |||
Freezing | New Users to Excel | |||
freezing a row | Setting up and Configuration of Excel | |||
Freezing a row | Excel Programming |