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: 11
Default Ignore this.......Reposted to excel.links......


"Susan Lammi" wrote in message
...
I have a cells on my worksheet which are populated by comboboxes which

get
their
selection list from a linked worksheet.

I am trying to display a message when ever the user changes the value in
this cell using the dropdown list. They will not be allowed to enter
directly into the linked cell.

The problem seems to be that when the workbook is opened and the links are
refreshed it fires the change event for the comboboxes.

I tried the worksheet change event but that does not seem to fire when the
combo box changes the data in the cells

Private Sub Worksheet_Change(ByVal Target As Range)
For intx = 1 To Range("trsegsmapped").Rows.Count
If Target.Address = Range("trsegsmapped")(intx).Address Then SegMsg
Next intx
End Sub



Where is the proper place to place the code to display the message so it
only occurs when the user makes a change

Thanks





 
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
Question Reposted TimJames Excel Worksheet Functions 0 July 18th 07 01:20 PM
Using Function (reposted) Jeff Excel Discussion (Misc queries) 1 June 15th 06 06:37 PM
Can Excel ignore file links that do not yet exist? DaveyC4S Excel Discussion (Misc queries) 2 February 7th 06 07:34 PM
Ignore file links that do not exist. DaveyC4S Excel Discussion (Misc queries) 1 February 7th 06 03:53 PM
Reposted from .programming: "I don't get it, Whats going on here? CodeSponge Excel Worksheet Functions 0 February 8th 05 04:26 PM


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