LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Calling Alert message!

How do I change the Target.Formula="" to calling an alert message?
My appreciation in advance for any help!
Kim-Anh

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Row 45 And Target.Row<55 And Target.Column = 20 Then
Select Case Target.Formula
Case "x"
'allow this
Case ""
'allow this
Case Else
'reset to nothing
Target.Formula = ""
End Select
End If
End SubTarget.Formula="

--
Message posted from http://www.ExcelForum.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
custom alert message Jim Hunt Excel Discussion (Misc queries) 3 January 1st 08 11:49 PM
Message alert laurenm Excel Discussion (Misc queries) 6 December 19th 06 08:05 PM
Alert Message In need of help! Excel Discussion (Misc queries) 1 November 17th 06 01:04 PM
Query Alert Message GregR Excel Discussion (Misc queries) 0 February 9th 06 11:50 PM
MESSAGE ALERT Shyla Excel Programming 2 October 28th 03 08:54 PM


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