LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default MVPs needed!! Persisting metadata...

"Dag Johansen" wrote in message ...
<snip/
What I would love was something like the Tag property, but
on the range. That way, if a user deletes the range
without my knowledge the persisted settings disappear as
well. And I wouldn't need to hide any sheets. And it's
only for programmatic use, the user won't see it anywhere,
leaving it up to me to create some UI for the user to
interact with.

<snip/

It may be possible to use the Comment property available on a range as
replacement for Tag. Stuff your xml in here (there is a 255 max size)
and make sure you hide the comment indicators on Workbook_Open:

Application.DisplayCommentIndicator = xlNoIndicator

Range("A1").NoteText "<data<item key=" & Chr(34) _
& "key1" & Chr(34) & "(Item1)</item</data"

HTH, Thomas.
 
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
METADATA - Possible to see file name history? goofy11 Excel Discussion (Misc queries) 1 April 24th 08 05:34 PM
Thanks to all the MVPs and others! Brian Excel Worksheet Functions 0 April 16th 08 02:15 PM
excel add-in function not persisting regexp Excel Discussion (Misc queries) 0 September 19th 06 10:54 PM
Help from mvps TUNGANA KURMA RAJU Excel Discussion (Misc queries) 6 December 12th 05 12:18 PM
get metadata of pictures heinz Excel Programming 0 August 4th 03 08:35 PM


All times are GMT +1. The time now is 05:40 AM.

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"