How can a picture become a resource for multiple Excel worksheets

B

Brayden

I'm trying to have a picture dropped into a cell, that I can then source as
required in other work pages. Is this possible?
 
F

FSt1

hi
sorry, no. images(pictures) are displayed in image controls and all controls
"float" on top of the sheet. they cannot be attached to or put inside a cell.
I am not sure what you mean by "source as required in other work pages" but
image controls can be references in code.

regards
FSt1
 
B

Brayden

Sorry, what I meant to ask was if on the initial sheet (page) of an excel
file I create a data base of information. Could I use one of the cells to
contain images, and is there a way that I can source that information into
other locations in multiple other sheets (pages)

You can do this with other alphanumeric data.

ie: ='Master List'!A7
 
Top