View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bart[_6_] Bart[_6_] is offline
external usenet poster
 
Posts: 37
Default Excel Hangs when using Offset in formula. A bug?

Hi everybody,

Has anybody ever experienced Excel hanging when using the function
Offset in a formula?

I've a UserForm to fill out an Excel sheet. I use ControlSources to
copy the entered data to the sheet. In some cells I keep flags to
determine what the user filled in. I use the worksheet to do some
calculations on these flags. That works just fine.. until I use the
function Offset in the calculation. While running my VBA App when I
enter anywhere some data in the UserForm Excel stops responding. To be
precise: on the moment I'm leaving a TextBox by clicking somewhere
else.
I tried several things solving this problem: VBA cleaner and even
rebuilding the whole UserForm. I tried the VBA App on different
computers: same problem. I made a test program. Strange enough every
thing works fine with the test program.
Do you have any idea? Maybe a hint where I should delve into this
problem.

Many thanks in advance,

Bart
XPSP2
Office 2003SP2