Thread: Excel hangs
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Oxns Oxns is offline
external usenet poster
 
Posts: 3
Default Excel hangs

Hi,

I have a simple test sub :

sub gsgs()
dim fred
fred = Range("F10").value
Range("f10").value = fred + 1
end sub

step through this code and fred gets set correctly, but the next line
totally hangs excel :-O. Needs a task manager kill app to get out of it.

Spreadsheet created in Excel 2003, same fault exists when run on PC
Excel2003, Mac Excel2003 and Win2000 Excel ???.

NB Its a Excel application with form, lookup ranges etc. - but the 'problem'
was isolated to the above simple sub.


Any ideas please ;-O.

Thanks

Graham