Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Workbook Change


Is there anyway to do the following.

I have 2 sheets

Sheet1
Sheet2

Most of the time I am in Sheet1

However Sheet1 is dependent on Sheet2


In column J on Sheet2 it can say

1. wait for purchase order
2. reschedule too many
3. blank(nothing)

What I want the workbook change to do is if any cell in column j on
Sheet2 = wait for purchase order then have a msgbox pop up

If any cell in column j on Sheet2 = reschedule too many, then another
msg box to pop up with different caption.

If blank, nothing.

Is there anyway that once it warns you for a specific cell, that you
can cancel the warning. My problem is that the msg box keeps popping
up, even though it already warned you once.

Thanks for any help

Josh


--
jhahes
------------------------------------------------------------------------
jhahes's Profile: http://www.excelforum.com/member.php...o&userid=23596
View this thread: http://www.excelforum.com/showthread...hreadid=385311

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Workbook Change


Hi Josh,

There goes and idea (if i understood what you're trying to acomplish).

Just put a Boolean switch in your code to detect when the codition is
met (first initialize the Switch, lets say Sw=false, then inside the
if , that i suposse your are using to detetct the conditions, turn the
Sw to false) Remember that you have to implement an if above the if's
your are using to check the conditons.


if not Sw then
if conditon1 =true then
....your code
Sw=false
end if
End if ' from Sw


Hope this gives you a hint


Regards Jose Luis




ch


jhahes Wrote:
Is there anyway to do the following.

I have 2 sheets

Sheet1
Sheet2

Most of the time I am in Sheet1

However Sheet1 is dependent on Sheet2


In column J on Sheet2 it can say

1. wait for purchase order
2. reschedule too many
3. blank(nothing)

What I want the workbook change to do is if any cell in column j on
Sheet2 = wait for purchase order then have a msgbox pop up

If any cell in column j on Sheet2 = reschedule too many, then another
msg box to pop up with different caption.

If blank, nothing.

Is there anyway that once it warns you for a specific cell, that you
can cancel the warning. My problem is that the msg box keeps popping
up, even though it already warned you once.

Thanks for any help

Josh



--
jose luis
------------------------------------------------------------------------
jose luis's Profile: http://www.excelforum.com/member.php...o&userid=13312
View this thread: http://www.excelforum.com/showthread...hreadid=385311

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
Change month name in workbook Sherry S[_2_] Excel Discussion (Misc queries) 3 April 27th 09 12:05 AM
Change workbook Arne Hegefors Charts and Charting in Excel 1 August 22nd 06 06:20 PM
my colors change in my workbook when I open another workbook Jeff Excel Discussion (Misc queries) 0 December 29th 05 06:36 PM
Change workbook sheet reference using cell A1 to change a vairable Reed Excel Worksheet Functions 4 January 20th 05 07:15 PM
workbook change keyur Excel Programming 1 April 2nd 04 04:40 PM


All times are GMT +1. The time now is 02:08 AM.

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"