M
MJSlattery
Hi!
I am trying to paste an image into a cell who's address is calculate
by the following:
=IF(C32=1,MAIN!B2, IF(C32=2,MAIN!D2,IF(C32=3,MAIN!F2,IF(C32=4,MAIN!H2
IF(C32=5,MAIN!J2,IF(C32=6,MAIN!L2,IF(C32=7,MAIN!N2,MAIN!B20)))))))
The formula works fine to retrive the contents of the cell which i
this case in not at all important. What I want to be able to provid
to the VBA code is a cell location for it to past a picture into, no
the current contents.
Any help appriciated.
Michae
I am trying to paste an image into a cell who's address is calculate
by the following:
=IF(C32=1,MAIN!B2, IF(C32=2,MAIN!D2,IF(C32=3,MAIN!F2,IF(C32=4,MAIN!H2
IF(C32=5,MAIN!J2,IF(C32=6,MAIN!L2,IF(C32=7,MAIN!N2,MAIN!B20)))))))
The formula works fine to retrive the contents of the cell which i
this case in not at all important. What I want to be able to provid
to the VBA code is a cell location for it to past a picture into, no
the current contents.
Any help appriciated.
Michae