J.E. McGimpsey has a routine that hides/unhides pictures based on the value of a
cell.
http://www.mcgimpsey.com/excel/lookuppics.html
And if you build a table of addresses, you might be able to use an =vlookup()
formula to return the lines for the address.
Top line of address:
=if(a1="",vlookup(a1,sheet2!a:g,2,false)
Next line:
=if(a1="",vlookup(a1,sheet2!a:g,3,false)
and subsequent:
=if(a1="",vlookup(a1,sheet2!a:g,4,false)
...
> I have to make a format for a purchase order which can be used for
> several divisions of a company
[quoted text clipped - 13 lines]
> matty2470's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=32494
> View this thread: http://www.excelforum.com/showthread.php?threadid=522882

Signature
Dave Peterson
matty2470 - 16 Mar 2006 17:55 GMT
This is great info. Spent the night working on the excel sheet image
example from the link you sent.
havent really worked with excel before. Possibly a problem I have bee
having is in spanish version of windows, Office aps expect code to b
written in spanish...which is a bit weird anyway, I made my exampl
file as per the example, but an error shows, and I wonder if you coul
take a look at it. its probably something simple:confused:
Could you check it?Please:-