Can someone Please help me shut off the debugger in excel 97? Thanks, Vat
V Vato Loco Jun 10, 2004 #1 Can someone Please help me shut off the debugger in excel 97? Thanks, Vat
B Bob Phillips Jun 10, 2004 #2 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)
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 Jun 10, 2004 #3 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
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 Jun 10, 2004 #4 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 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 Jun 10, 2004 #6 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
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