Are you talking about the prompt about large amount of data on the
clipboard?
You might want to clear clipboard in that case before exiting:
http://officeone.mvps.org/vba/clear_clipboard.html
- Chirag
PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
"Gary" <(E-Mail Removed)> wrote in message
news:853E3FCF-F634-47D7-BDA6-(E-Mail Removed)...
>I am writing VBA code within MS Access to copy and paste power point slides
> into a MS Access Table as OLE objects. If one repeats many of these, you
> get
> a dialog box asking to you to keep this in the clip board memory. I
> always
> want this to occur automatically with out any prompt. I know what to do
> this
> in Excel, and Visio, and I was wondering how do I do this with power
> point????
>
> MS KB articcle Q259971 said use Application.DisplayAlerts for (excel,
> project, and word, and DoCmd.SetWarning False for MS Access. There was
> not
> indication for power point.
>
>
> Can someone please help.
>
> Thank You,
>
> Gary