stopping of program in VBA

  • Thread starter Thread starter Mariusz
  • Start date Start date
M

Mariusz

Hi,
I've got problem with program in VBA. There is a loop Do Until and within it
makro is stopping executing instructions without any reason. It signals no
error. It simly stops.
Do you have any idea what might be a reason for it? (there are many
variables of Double type and matrices with them).

Best regards
Mariusz
 
Mariusz,

It could be one of a million things. Add some breakpoints and see which one
it fails to get to, and then step through the code prior to hat to check.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top