Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default WorkBook_SheetChange for non-Active worksheet

Hi All,
I have a question to which I hope the answer isn't painfully obvious to
anyone who is not an amatuer as myself.

I'm using the SheetChange property for my workbook as discussed in other
threads here and I'm trying to use it on a non-active worksheet.

I have a combo box with "Yes" or "No" as the available selections that is
linked to a cell on a seperate "tables" sheet. I am currently using the
SheetChange sub to monitor the changes to this linked cell and run a few
basic IF statements when they are indeed changed. The code works perfectly
when the "tables" sheet is active, but it will not run if the cell is changed
through the combo box on the "main" sheet.
Is there a way to have the WorksheetChange run even when a worksheet is not
active?

Thanks in advance to anyone who might offer a little advice!
--
cmungs
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default WorkBook_SheetChange for non-Active worksheet

Nobody has any ideas or suggestions for me?
--
cmungs


"cmungs" wrote:

Hi All,
I have a question to which I hope the answer isn't painfully obvious to
anyone who is not an amatuer as myself.

I'm using the SheetChange property for my workbook as discussed in other
threads here and I'm trying to use it on a non-active worksheet.

I have a combo box with "Yes" or "No" as the available selections that is
linked to a cell on a seperate "tables" sheet. I am currently using the
SheetChange sub to monitor the changes to this linked cell and run a few
basic IF statements when they are indeed changed. The code works perfectly
when the "tables" sheet is active, but it will not run if the cell is changed
through the combo box on the "main" sheet.
Is there a way to have the WorksheetChange run even when a worksheet is not
active?

Thanks in advance to anyone who might offer a little advice!
--
cmungs

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default WorkBook_SheetChange for non-Active worksheet

Nevermind, I thought up a workaround.

Thanks anyways!
--
cmungs


"cmungs" wrote:

Nobody has any ideas or suggestions for me?
--
cmungs


"cmungs" wrote:

Hi All,
I have a question to which I hope the answer isn't painfully obvious to
anyone who is not an amatuer as myself.

I'm using the SheetChange property for my workbook as discussed in other
threads here and I'm trying to use it on a non-active worksheet.

I have a combo box with "Yes" or "No" as the available selections that is
linked to a cell on a seperate "tables" sheet. I am currently using the
SheetChange sub to monitor the changes to this linked cell and run a few
basic IF statements when they are indeed changed. The code works perfectly
when the "tables" sheet is active, but it will not run if the cell is changed
through the combo box on the "main" sheet.
Is there a way to have the WorksheetChange run even when a worksheet is not
active?

Thanks in advance to anyone who might offer a little advice!
--
cmungs

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default WorkBook_SheetChange for non-Active worksheet

The worksheet_Change event will fire if you make a change (typing!) to a cell.

But it won't fire if that change is the result of a formula being reevaluated.

Maybe you should be looking at the worksheet_calculate event.

cmungs wrote:

Hi All,
I have a question to which I hope the answer isn't painfully obvious to
anyone who is not an amatuer as myself.

I'm using the SheetChange property for my workbook as discussed in other
threads here and I'm trying to use it on a non-active worksheet.

I have a combo box with "Yes" or "No" as the available selections that is
linked to a cell on a seperate "tables" sheet. I am currently using the
SheetChange sub to monitor the changes to this linked cell and run a few
basic IF statements when they are indeed changed. The code works perfectly
when the "tables" sheet is active, but it will not run if the cell is changed
through the combo box on the "main" sheet.
Is there a way to have the WorksheetChange run even when a worksheet is not
active?

Thanks in advance to anyone who might offer a little advice!
--
cmungs


--

Dave Peterson
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_SheetChange masterphilch Excel Programming 5 January 19th 06 08:35 PM
Workbook_SheetChange not working RAP Excel Programming 7 August 27th 05 04:40 PM
Workbook_SheetChange Matt B[_3_] Excel Programming 3 April 25th 05 01:40 PM
workbook_sheetchange JulieD Excel Programming 1 June 14th 04 04:32 AM
Workbook_SheetChange will not fire Robert Willard Excel Programming 1 September 10th 03 07:52 PM


All times are GMT +1. The time now is 08:24 PM.

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

About Us

"It's about Microsoft Excel"