Results 1 to 8 of 8

Copy and Paste VBA many sheets

Threaded View

bjcowen9000 Copy and Paste VBA many sheets 02-20-2013, 11:33 AM
Norie Re: Copy and Paste VBA many... 02-20-2013, 11:39 AM
arlu1201 Re: Copy and Paste VBA many... 02-20-2013, 11:39 AM
bjcowen9000 Re: Copy and Paste VBA many... 02-20-2013, 11:41 AM
Norie Re: Copy and Paste VBA many... 02-20-2013, 11:44 AM
arlu1201 Re: Copy and Paste VBA many... 02-20-2013, 11:44 AM
bjcowen9000 Re: Copy and Paste VBA many... 02-20-2013, 11:47 AM
arlu1201 Re: Copy and Paste VBA many... 02-20-2013, 11:50 AM
  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