LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

Option Explicit

Private Sub Worksheet_Calculate()
If Range("C17") 500 Then
Range("I17").Select
End If
End Sub

'This is worksheet event code, which means that it needs to be
'placed in the appropriate worksheet code module, not a standard
'code module. To do this, right-click on the sheet tab, select
'the View Code option from the menu, and paste the code in.


--
HTH

Bob Phillips

"Bob Phillips" wrote in message
...
Rick,

I'll have a go at some later today.

--
HTH

Bob Phillips

"Rick Scott via OfficeKB.com" wrote in message
...
Bob,
Do you know if there is a VBA that is somewhat written that would

perform
this? Even though I've worked with VBA I also know that if you are off

by
one statement it won't work.

Thanks,
Rick

--
Message posted via http://www.officekb.com







 
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
More than 7 IF statements in one arguement smithers2002 Excel Worksheet Functions 9 April 21st 05 01:59 PM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
2 If Statements between 2 values Q John Excel Worksheet Functions 4 December 13th 04 03:37 PM
Macro to find and delete all FALSE statements Woody13 Excel Discussion (Misc queries) 3 December 8th 04 11:16 PM
If statements Mark Excel Worksheet Functions 3 November 2nd 04 08:39 PM


All times are GMT +1. The time now is 08:12 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"