idenity

From: William J Rust (wjr_at_weru.ksu.edu)
Date: 01/29/04


Date: Thu, 29 Jan 2004 11:13:26 -0600

I am using a third party table management / display package. When I edit
a cell something is going on that causes the contents of one cell to
either be copied or simply displayed in another cell. I would like to
determine which. In the debugger there is an id, which looks like a
memory location although it could just be a token, which uniquely
identifies the instance (because I have no source for the third party
code, using the debugger is beyond me :(). I would like to be able to
able to print out that id number but cannot find any way to do so
(toString prints the value but I don't know whether there is one
instance being displayed twice or two instances with the same value).
Being able to print the instance id with the value next to it would make
it much easier to track down where the error is.

It sounds trivial but how does one get the token or memory location for
an instance?

Thanks,

wjr



Relevant Pages

  • Re: help collecting data.
    ... Dim GetC As String ... the code in the cell that I want the order numbers(info from column C ... "Otto Moehrbach" wrote: ... display them both, seperated by a comma ...
    (microsoft.public.excel.misc)
  • RE: Create a "cell button" to hide selected cells.
    ... What I'd like to do, however, is to select a range of columns to display so I ... Dim intPickMonth As Integer ... Create a ComboBox on Cell A1 ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Displaying formulae changes formatting
    ... "macropod" wrote: ... result for a given cell. ... With the macro I posted, you can display both the formula and it's result, ... Set CommentRange = Range ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Email Booster from Excel
    ... You can use Display instead of Send and then attach the file you want. ... Dim cell As Range ... Set OutApp = CreateObject ... 1.Instead of yes/no in criteria I wanted have it compared with date if the date and time matches to todays date and time then "yes" else no. ...
    (microsoft.public.excel.programming)
  • RE: Help...Using dropdown list
    ... VIEW> TOOLBARS> CONTROL TOOLBOX ... Private Sub ComboBox1_Change ... It also puts the number in to cell B5 ... I need to select an item from a dropdown list but display a different ...
    (microsoft.public.excel.misc)