View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
JacMar JacMar is offline
external usenet poster
 
Posts: 12
Default Embedded pictures in VBA

I work in Excel 2002, (soon in Excel 2007: as soon as I can figure it out!).
I am making a program in VBA that will have a picture (logo) appear in a
header on the first page. At the present time, it goes and gets the pictures
on one of the disk that I specify. Obviously, if I move the program to
another computer, the references have to be changed in the VBA code. Is
there a way to embed the picture in the VBA code, so that it will behave
corectly no matter on which machine it is executed? Or is there another way
to do this?


Thanks