PC Review


Reply
Thread Tools Rate Thread

DDE and Application.Caller

 
 
New Member
Join Date: Oct 2007
Posts: 1
 
      18th Oct 2007
Hi, I need to track updates from a DDE server. The cells get values for each stock by this formula:
Code:
=FTW_OPUB|'FW_OPUB:m_CURRENCY'!'STOCK'
where STOCK is a particular stock.

As Worksheet_Change does not capture changes from DDE, I tried doing this on load:

Code:
ActiveWorkbook.SetLinkOnData "FTW_OPUB|'FW_OPUB:m_CURRENCY'!", "Test"
and then I try:

Code:
Sub Test()
 
 Debug.Print Application.Caller.Address
 
 End Sub

The problem is that Excel raises Error 424 - Object required... I suspect SetLinkOnData does not pass Application.Caller data. If this is correct, how could I get the cell that had its value updated?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application.caller Clark B Microsoft Excel Programming 3 8th Feb 2009 03:02 PM
RE: application.caller =?Utf-8?B?QWxleGFuZGVy?= Microsoft Excel Programming 3 8th Dec 2006 11:18 PM
Row = Application.Caller.Row Charles Woll Microsoft Excel Worksheet Functions 8 28th Feb 2005 02:04 PM
application.caller Jase Microsoft Excel Programming 0 6th Jan 2004 03:51 AM
Re: DDE and application.caller help Ross Kaminsky Microsoft Excel Programming 1 17th Jul 2003 04:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:16 AM.