Results 1 to 2 of 2

Copy and paste information from one workbook to another using vba

Threaded View

fernandosb Copy and paste information... 06-13-2016, 05:46 PM
Winon Re: Copy and paste... 06-13-2016, 05:58 PM
  1. #1
    Registered User
    Join Date
    06-13-2016
    Location
    Mexico
    MS-Off Ver
    2013
    Posts
    1

    Angry Copy and paste information from one workbook to another using vba

    Hello i have this coded:

    
    Sub Touroperadores()
    
    Windows("KPI's").Activate
    Sheets("Touroperador").Visible = True
    Windows("Transfer").Activate
    
    fi = 1
    ci = 1
    cf = 3
    ff = Concentrado.Range("inconc").CurrentRegion.Rows.Count
    
    Concentrado.Range(Concentrado.Cells(fi, ci), Concentrado.Cells(ff, cf)).Name = "Touroperators"
    Concentrado.Range("Touroperators").Copy
    
    Windows("KPI's").Activate
    TTOOs.Range("inTTOO").PasteSpecial Paste = xlValues **** This is when i get the error code 424 i cant paste the information copied and i dont know why.
    What am i doing wrong?

    Everything is named as it appears on the code I've doublechecked that.
    Last edited by fernandosb; 06-13-2016 at 06:06 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro to copy and paste information from one sheet to another (closed) workbook
    By V.Cell in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-25-2015, 04:25 AM
  2. Copy information from other workbook to main workbook help 2007
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-26-2013, 08:09 PM
  3. Copy and paste updated information from a Workbook to the same workbook
    By Vadimchik in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-13-2013, 04:49 AM
  4. Replies: 8
    Last Post: 02-26-2013, 08:10 AM
  5. Copy/Paste Information From One Sheet to the Other
    By hopbirkiuc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-07-2012, 11:35 AM
  6. Replies: 16
    Last Post: 11-19-2010, 11:10 AM
  7. [SOLVED] copy and paste only unhidden information
    By heatherB in forum Excel General
    Replies: 2
    Last Post: 09-13-2005, 11:05 AM

Tags for this Thread

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