Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-16-2020, 08:25 PM
ChrisOK ChrisOK is offline Copy Paste Special Loop to End of Col A Windows 10 Copy Paste Special Loop to End of Col A Office 2019
Advanced Beginner
Copy Paste Special Loop to End of Col A
 
Join Date: Sep 2016
Posts: 54
ChrisOK is on a distinguished road
Question Copy Paste Special Loop to End of Col A

Need help adding the functionality to loop through the copy/paste Special Transpose process until the end of Column A data to complete.


Code:
Sub Macro2_CopyPasteTRANSPOSE()
'
'copy paste data and paste special Transpose, loop til end of Col A
    Range("A1:A6").Copy
    Range("B6").Select
    Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
        False, Transpose:=True
    ActiveWindow.SmallScroll Down:=8
    
    Range("A9:A14").Copy
    Range("B9").Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
        False, Transpose:=True
    ActiveWindow.SmallScroll Down:=8

'need to know how to loop - continue going down til' end of column A (

    
'disable marching ants around copied range
Application.CutCopyMode = False

End Sub

Reply With Quote
 

Tags
copy paste special loop

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Paste Special Loop to End of Col A Loop through files and Copy Table Row and Paste into Different Document spiderman1369 Word VBA 2 10-15-2014 08:30 AM
Copy Paste Special Loop to End of Col A Paste Special: Copy and Paste Formatting Only? tinfanide Word 6 03-06-2013 12:21 AM
Copy Paste Special Loop to End of Col A DOCVARIABLE copy paste special cyndor Word 2 04-06-2012 03:57 AM
Copy Paste Special Loop to End of Col A special copy/paste iconofsin Excel 1 09-15-2010 12:10 AM
Copy Paste Special Loop to End of Col A Copy and paste special Dace Excel 2 02-16-2009 12:18 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:56 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft