Hi Garland
You cannot actually Copy a background via the cliboard, but you can insert it again via VBA:
ActiveSheet.SetBackgroundPicture Filename:= _
"C:\My Documents\My Pictures\AlanNewYear.jpg"
Any Good ?
Dave
OzGrid Business Applications
Dave,
Thanks very much for responding. The Excel
Workbook I am developing will reside on a national
main frame computer. Users will open the program
from there and it will save to their workstation
PC. I am trying to avoid using any 'companion'
files that to accomodate the desire to have a
consistent background as each new sheet is
created by the user.
I am puzzled by the mechanism in which a back-
ground is captured by Excel in the first place.
Once it is set, it is transportable to any PC even
those that do not have the jpeg file resident.
That is why I had hoped that it could be
replicated from the master sheet, once it was set.
Oh well, I guess it was not meant to be.
Thanks anyway...
Garland