Range(
"E2:E17"
).
Select
Range(Selection, Selection.
End
(xlToRight)).
Select
Selection.Copy
Sheets(
"xy_a_Transp"
).
Select
Range(
"D2"
).
Select
Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
False
, Transpose:=
True
ActiveWindow.SmallScroll Down:=93
Range(
"D110"
).
Select
Sheets(
"xy_a"
).
Select
ActiveWindow.LargeScroll ToRight:=-8
ActiveWindow.SmallScroll Down:=6
Range(
"E18:E33"
).
Select
Range(Selection, Selection.
End
(xlToRight)).
Select
Application.CutCopyMode =
False
Selection.Copy
Sheets(
"xy_a_Transp"
).
Select
Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
False
, Transpose:=
True
ActiveWindow.SmallScroll Down:=108
Range(
"D218"
).
Select
Sheets(
"xy_a"
).
Select
ActiveWindow.LargeScroll ToRight:=-8
ActiveWindow.SmallScroll Down:=15