Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Equivalent ActiveCell.Id property for Excel97

The ID property was added in Excel2000. There is no equivalent in Excel 97.
I think you would either need to use a global variable (array) or use a
hidden sheet.

--
Regards,
Tom Ogilvy


"Rick De Marco" wrote in message
m...
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



Reply
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
How do I use the .Cells property to refer to ActiveCell? Caeres Excel Discussion (Misc queries) 9 October 7th 08 02:56 PM
If activecell.column = variable then activecell,offset (0,1) Battykoda via OfficeKB.com Excel Discussion (Misc queries) 1 October 2nd 07 08:05 PM
use of activecell inquirer Excel Programming 8 May 16th 04 06:39 AM
Activecell value Shamsul Islam Excel Programming 5 April 30th 04 10:10 PM
how to set activecell? ljb[_2_] Excel Programming 2 November 18th 03 04:49 PM


All times are GMT +1. The time now is 06:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"