View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andreas Szabo Andreas Szabo is offline
external usenet poster
 
Posts: 2
Default Selection.PasteSpecial with Office 2003

Hi Newsgroup

I have the following VBA-Code in an Excel-Sheet to copy from the clipboard:

Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone,
SkipBlanks:=False, Transpose:=True

That works good, but after the change to Office 2003 i have a performance
problem
with the Selection.PasteSpecial.

Have anyone an idea to make it fast?

Thanks and greetings
Andy