Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Workbook_BeforeClose event - Cancel won't work

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Workbook_BeforeClose event - Cancel won't work

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Workbook_BeforeClose event - Cancel won't work

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Workbook_BeforeClose event - Cancel won't work

Fine.Also check whether Application.EnableEvents is set to True and not to
False...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Workbook_BeforeClose event - Cancel won't work

Thanks, Jacob.

Acutally, my last response was a little misleading. I have plenty of
workbooks that are loaded with macros but for testing purposes, all I was
doing is creating a new workbook and inserting;

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub


into the ThisWorkbook object.

Then I would try to close the wb. If it wouldn't close, then the code
worked; if it did close, then the code isn't working.

So, therefore, the Application.EnableEvents statement doesn't apply here
(although I did write it into the above simple code just to be sure).

I checked all the macro settings and tried changing most of them and
retesting but to no avail. I do think we may be on the rirght track though.
It must be some type of global setting somewhere. Either on the local
machine or somewhere on the network imposed by the administrator (but then
again, if it was imposed by the admin, then none of the computers on the
network would let the code work).

Any other ideas?

GP

"Jacob Skaria" wrote:

Fine.Also check whether Application.EnableEvents is set to True and not to
False...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Workbook_BeforeClose event - Cancel won't work

Try setting the Security level to low in Tools|MAcros|Security
--
If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

Acutally, my last response was a little misleading. I have plenty of
workbooks that are loaded with macros but for testing purposes, all I was
doing is creating a new workbook and inserting;

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub


into the ThisWorkbook object.

Then I would try to close the wb. If it wouldn't close, then the code
worked; if it did close, then the code isn't working.

So, therefore, the Application.EnableEvents statement doesn't apply here
(although I did write it into the above simple code just to be sure).

I checked all the macro settings and tried changing most of them and
retesting but to no avail. I do think we may be on the rirght track though.
It must be some type of global setting somewhere. Either on the local
machine or somewhere on the network imposed by the administrator (but then
again, if it was imposed by the admin, then none of the computers on the
network would let the code work).

Any other ideas?

GP

"Jacob Skaria" wrote:

Fine.Also check whether Application.EnableEvents is set to True and not to
False...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Workbook_BeforeClose event - Cancel won't work

Instead of copying from VBE; left treeview, double click 'This Workbook' and
then drop down to get the event... and then put Cancel = True...
--
If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

Acutally, my last response was a little misleading. I have plenty of
workbooks that are loaded with macros but for testing purposes, all I was
doing is creating a new workbook and inserting;

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub


into the ThisWorkbook object.

Then I would try to close the wb. If it wouldn't close, then the code
worked; if it did close, then the code isn't working.

So, therefore, the Application.EnableEvents statement doesn't apply here
(although I did write it into the above simple code just to be sure).

I checked all the macro settings and tried changing most of them and
retesting but to no avail. I do think we may be on the rirght track though.
It must be some type of global setting somewhere. Either on the local
machine or somewhere on the network imposed by the administrator (but then
again, if it was imposed by the admin, then none of the computers on the
network would let the code work).

Any other ideas?

GP

"Jacob Skaria" wrote:

Fine.Also check whether Application.EnableEvents is set to True and not to
False...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Workbook_BeforeClose event - Cancel won't work

Yes, the macro security is set as low as it goes and I set up the code
exactly the way you mentioned. Remember...all computers tested are set up
exactly the same way regarding the macro settings and the way the code is
created.

"Jacob Skaria" wrote:

Instead of copying from VBE; left treeview, double click 'This Workbook' and
then drop down to get the event... and then put Cancel = True...
--
If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

Acutally, my last response was a little misleading. I have plenty of
workbooks that are loaded with macros but for testing purposes, all I was
doing is creating a new workbook and inserting;

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub


into the ThisWorkbook object.

Then I would try to close the wb. If it wouldn't close, then the code
worked; if it did close, then the code isn't working.

So, therefore, the Application.EnableEvents statement doesn't apply here
(although I did write it into the above simple code just to be sure).

I checked all the macro settings and tried changing most of them and
retesting but to no avail. I do think we may be on the rirght track though.
It must be some type of global setting somewhere. Either on the local
machine or somewhere on the network imposed by the administrator (but then
again, if it was imposed by the admin, then none of the computers on the
network would let the code work).

Any other ideas?

GP

"Jacob Skaria" wrote:

Fine.Also check whether Application.EnableEvents is set to True and not to
False...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Workbook_BeforeClose event - Cancel won't work

Anyone have any other ideas out there?

"gpmichal" wrote:

Yes, the macro security is set as low as it goes and I set up the code
exactly the way you mentioned. Remember...all computers tested are set up
exactly the same way regarding the macro settings and the way the code is
created.

"Jacob Skaria" wrote:

Instead of copying from VBE; left treeview, double click 'This Workbook' and
then drop down to get the event... and then put Cancel = True...
--
If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

Acutally, my last response was a little misleading. I have plenty of
workbooks that are loaded with macros but for testing purposes, all I was
doing is creating a new workbook and inserting;

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

into the ThisWorkbook object.

Then I would try to close the wb. If it wouldn't close, then the code
worked; if it did close, then the code isn't working.

So, therefore, the Application.EnableEvents statement doesn't apply here
(although I did write it into the above simple code just to be sure).

I checked all the macro settings and tried changing most of them and
retesting but to no avail. I do think we may be on the rirght track though.
It must be some type of global setting somewhere. Either on the local
machine or somewhere on the network imposed by the administrator (but then
again, if it was imposed by the admin, then none of the computers on the
network would let the code work).

Any other ideas?

GP

"Jacob Skaria" wrote:

Fine.Also check whether Application.EnableEvents is set to True and not to
False...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

Thanks, Jacob.

I'm pretty sure that macros are enabled on all of the computers. I'll check
tomorrow. And, yes, I have several macros in the particular project.

GP

"Jacob Skaria" wrote:

Did you check the Security settings; are Macros enabled...

Or

Do you use any other macros...

If this post helps click Yes
---------------
Jacob Skaria


"gpmichal" wrote:

I mis-posted this in Microsoft.Public.Excel.Setup so I'm posting again here
being that this group seem more appropriate.

Please help...

I'm tyring to use the Workbook_BeforeClose event in an Excel 2007
ThisWorkbook object. When the code sets the Cancel parameter to "True", the
workbook isn't supposed to close. For testing purposes, I used the following
code on several computers:


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Cancel = True
End Sub

On my home computer, and others at work, the code works fine (the workbook
won't close). On some work computers, including my own, the workbook closes.
This is very frustrating.

All computers are using the same operating system; Windows XP Professional
Version 2002 SP3 and the same software; Office 2007 SP2 with Microsoft Office
Excel 2007 (12.0.6425.1000) SP2 MSO (12.0.6425.1000).

I don't want to uninstall and reinstall Office 2007 to try and correct the
issue becuase my local TSE at work doesn't want to have to do this to several
computers that are having the issue. He would rather find out what is
causing the issue and post a fix on the server for the users to install.

I've researched for hours on end trying to find out what might be causing
this but came up with nothing. I called Microsoft to see if they could help
but all they want to do is charge me $260 for an incident ticket. I'm upset
about that because the software was only installed on my computer in January
2009 and others, less than 2 weeks ago. I would expect a warranty to cover
the cost. They said that because the issue is occuring on computers
connected to a network and involves a macro, they have to charge for
Professional support.

Can anyone out there help?

Thanks for listening,

GPMichal

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Workbook_BeforeClose(Cancel As Boolean) - Cancel won't work gpmichal Setting up and Configuration of Excel 1 May 12th 09 02:33 AM
Workbook_BeforeClose Event and Cancel Option Excel Monkey[_2_] Excel Programming 1 April 15th 09 08:28 PM
Workbook_BeforeClose Event and Cancel Option Simon Lloyd[_1091_] Excel Programming 1 April 15th 09 08:18 PM
Workbook_BeforeClose: Cancel doesn't work sebt Excel Programming 2 February 23rd 06 10:50 AM
Detecting a cancel on Workbook_BeforeClose event? Don Wiss Excel Programming 3 January 18th 05 12:49 PM


All times are GMT +1. The time now is 09:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"