debugger, how do I turn it off?

  • Thread starter Thread starter Vato Loco
  • Start date Start date
What exactly do you mean? What is happening that you don't want?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
I have a workbook that is using the code below, but is returning a "ru
time error 1004" message if I click "no" to save.

ActiveWorkbook.SaveAs FileName:=ActiveSheet.Range("b105")

Vat
 
Then that is an error which you need to resolve.

Check what is in B105, and sort it out.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Then it's the application refusing to do what your code instructs it to
because it's impossible. The debugger is not the bad guy here, it's your
code.

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top