debugger, how do I turn it off?

B

Bob Phillips

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)
 
V

Vato Loco

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
 
B

Bob Phillips

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)
 
H

Harald Staff

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
 
Top