Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're welcome.
Victoria @ WB wrote: It worked. Thanks. "Dave Peterson" wrote: Maybe... Option Explicit Sub testme() On Error Resume Next ActiveCell.PasteSpecial Transpose:=True If Err.Number < 0 Then MsgBox "Something bad happened!" Err.Clear End If On Error GoTo 0 End Sub Lots of things can go wrong--nothing currently copied, the paste won't fit, ... So I just let it fail and issue a warning. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create a copy/paste special/transpose macro? | Excel Discussion (Misc queries) | |||
Paste Special / transpose | Excel Discussion (Misc queries) | |||
When I special paste and transpose.... | New Users to Excel | |||
Paste Special Transpose | Excel Programming | |||
Need help with Transpose paste special | Excel Programming |