View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick De Marco Rick De Marco is offline
external usenet poster
 
Posts: 9
Default Equivalent ActiveCell.Id property for Excel97

Hi,

I have written an Add-In using Excel2000 and up, my problem is that I
now have to make it work in 97 for an company that has still not
upgraded!! There were a number of changes I had to make but one that
has got me a little stumped is a equivalent for the ID property for
the ActiveCell? Basically what I need is a place to store a hidden
value for each cell which I can use at some later stage. I know I can
use a hidden sheet but would prefer not to...

Any one have any ideas or know what I can use instead?

Thanks in advance, Rick