-2

I want to store some data in a row related to particular image and Image want to store in different sheet but in main sheet I want one column and when I click on this column then it will open the image.

This will save the space and all the data will one place.

Vinit ...
  • 1,409
  • 10
  • 37
  • 66
  • Please provide additional detail about expected operation and what you have tried so far. Also, is this an Excel issue solved by VBA or something else? And what does `store some data in a row related to...` mean specifically? – Byron Wall Jun 12 '15 at 16:23

1 Answers1

0

The HYPERLINK function (Excel documentation, Calc documentation) can provide clickable links from one document location to another document location. It won't link to the images per se, but rather to the cell in (or near) which you have placed the image.

Lyrl
  • 925
  • 6
  • 16