Results 1 to 8 of 8

Copy and Paste VBA many sheets

Threaded View

  1. #1
    Forum Contributor
    Join Date
    02-13-2013
    Location
    Columbia, SC
    MS-Off Ver
    Excel 2010
    Posts
    217

    Copy and Paste VBA many sheets

    Can someone please show me how to edit the code below so it paste special values from AM to AN?

    Sub InsertColumns2()
    
     Dim ws As Worksheet
     
     For Each ws In ThisWorkbook.Worksheets
     
        With ws
        
            On Error Resume Next
     
            .Range("AM:AM").Copy .Range("AN:AN")
     
       
            
     Next ws
      Application.ScreenUpdating = 1
     End Sub
    Last edited by bjcowen9000; 02-20-2013 at 11:38 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1