View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Rooney Peter Rooney is offline
external usenet poster
 
Posts: 325
Default Activate/deactivate Office Clipboard in VBA

Good afternoon, all!

Can anyone tell me the correct syntax to use to do this? I was using

Application.CommandBars("Task Pane").Visible = True

which I obtained by recording, but when I include the command in my
Workbook_Open macro, I get an error.

Thanks in advance

Pete