Web Page Content Taxonomy with Excel - linking images to data

tweedle

Well-known Member
Joined
Aug 1, 2010
Messages
1,559
Hopefully somebody has an idea how to track this.
I'm charged with web-page content taxonomy which typically has an image, but can have multiple flavors per worksheet, each image with call-outs that specify the numeric identifier for any given page component.

Then somewhere on the sheet, or in another worksheet (not a problem, I can find the data blocks), will be the associate data for those page components.
The kicker, and crux of my problem, is that the pasted images and the call-outs all get grouped, un-grouped, re-grouped, etc. as designs change; So the object name/reference keeps changing... but the reference in the data tables isn't keeping up, so the data gets disconnected from the UI design image.

Is there a conceptual solution to this? I've not resolved a reasonable solution.

I did have a model in Visio that attached the data to each call-out, however managing the 20-40 data elements per component was just too cumbersome and not all of the contributors had visio; a fatal design flaw. I see no opportunity for custom properties within Excel.
Ultimately, I need to image and data relationships to maintain their correlation for image export and associated records to be exported to doc/ppt; whatever the template of the day may be.

Any ideas readily accepted.
Thanks!!

[this one is Excel 2003]
Sometimes I sits and thinks and sometimes I just sits.
 
Last edited:

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Bump. No ideas on this this?
If the problem presented is not clear, please let me know.
 
Upvote 0
In Excel the inserted pictures have "Alternative text" property which does not change at grouping, ungrouping, regrouping.
This property can be used for storing an identifier.

How to set it manually:

In Excel 2007 - Right Click on the picture - "Size and properties" - tab "Alt text" - field "Alternative text".

In Excel 2003 use "Format Picture" instead of the "Size and properties"

How to set Alt text by the code:
ActiveSheet.Shapes(1).AlternativeText = "123"

Not sure if it applicable for you, but hyperlink and the linked macro also are remained with the shape, thus they can be potentially used for ID purpose.
 
Last edited:
Upvote 0
Thank You for the reply ZVI.
I did notice that Alt Text was persistent, however interrogating the group to find the picture (there can be multiple in the group) to get the Alt Text is proving cumbersome.
If they swap the pic, then that too is lost - so I think I just need to stay with a naming reference external to the picture/group object.
I've resolved that for this project; we'll use the cell(s) above the .topleft to indicate the relative table.
They can group, ungroup, delete, paste 'til their hearts are content.

I'm not sure how I would utilize the hyperlink object; but it's something I hadn't considered as a persistent item.
Thanks for the suggestion.
 
Upvote 0

Forum statistics

Threads
1,225,626
Messages
6,186,096
Members
453,337
Latest member
fiaz ahmad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top