D
dragonboater
Hi,
Using Microsoft Excel X (at home) and 2004 (at work) I am trying to
copy rows of data from worksheets in one workbook to columns in
worksheets in another workbook while using the transpose and paste
values command under pastespecial. I tried to make a macro to do this
and get a PasteSpecial method of range class failed error (on both
systems). Does anyone have a workaround for this? I am a VB idiot. Here
is the macro I recorded. Thanks for any help.
Sub pasteValuesTranspose()
'
' pasteValuesTranspose Macro
' Macro recorded 3/4/2006 by Shawn Westaway
'
'
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=True
End Sub
Using Microsoft Excel X (at home) and 2004 (at work) I am trying to
copy rows of data from worksheets in one workbook to columns in
worksheets in another workbook while using the transpose and paste
values command under pastespecial. I tried to make a macro to do this
and get a PasteSpecial method of range class failed error (on both
systems). Does anyone have a workaround for this? I am a VB idiot. Here
is the macro I recorded. Thanks for any help.
Sub pasteValuesTranspose()
'
' pasteValuesTranspose Macro
' Macro recorded 3/4/2006 by Shawn Westaway
'
'
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=True
End Sub