computing
  • 0

Solved Formula In Excel Header

  • 0

I want to add excel formula and picture link in excel header.

I have person information in my first excel shhet of workbook like name, Bar code image, sex, age etc.

I have to link these cells name & Bar code image in header of second excel sheet of the workbook. Is it Possible.

Thank you.

Share

1 Answer

  1. It is possible, but you’ll need to use VBA – in other words, a macro.

    Using a value from a cell is pretty straight forward, as explained here:

    http://support.microsoft.com/kb/273028

    The image might be a bit more difficult. Can you give us some more info about the image and how it is stored in the worksheet?

    Click Here Before Posting Data or VBA Code —> How To Post Data or Code.

    • 0