Martin wrote: > I am using the following function to copy a board game to the > clipboard but it is chewing up memory. Can anyone spot an error? I don't see anything wrong with your code, although you seem to be recording 80 pictures into the PICT handle, which could conveiveably make you run out of memory if the pictures are large. Is that what you mean by "chewing up memory"? - Rick