Close without Saving In VBA

  • Thread starter Thread starter Celtic_Avenger
  • Start date Start date
C

Celtic_Avenger

Is there something I can add to the following code to make the workboo
close without asking if I want to save?

ActiveWindow.Close

Thanks in advance!

Celtic_Avenger
:confused
 
That simple................Thanks ya a star!

You know I tried everything else I could think of.......and it turne
out to be that simple.

What they say is true........."You only know it if you know it!"

Cheers!

Celtic_Avenge
 
Hi Celtic_Avenger

You would know too if you have intellisence turned on.

While in the VBA Editor.
Tools > Options >Editor Tab

Then click

Auto list members
Auto quick info

Also highligting key words and pressing F1 gives you the help on
that key work if avail.
MS Help is very much under utilised
 

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