Results 1 to 8 of 8

Help me in fixing the error

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-17-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    402

    Post Help me in fixing the error

    I have the below script to copy a range of cells from usc.xls workbook survey details sheet to CSAT US&C Falcons.xlsm workbook in to Raw Data sheet.
    It is not working.
    Please help me in fixing it.

    Sub Copy()
    Workbooks("D:\Documents and Settings\User\Desktop\test 2\usc.xls").Sheets("Survey Details").Range("B2:BF12000").Select
    Selection.Copy
    Workbooks("D:\Documents and Settings\User\Desktop\test 2\CSAT US&C Falcons.xlsm").Sheets("Raw Data").Range("A2:AD12000").Select
    ActiveSheet.Paste
    End Sub
    Thanks in advance...
    Last edited by kishoremcp; 04-26-2012 at 07:23 AM. Reason: Code tags not PHP tags.

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