+ Reply to Thread
Results 1 to 2 of 2

Excel Macro to copy data every 288th cell from another workbook

  1. #1
    Registered User
    Join Date
    03-23-2015
    Location
    Paranaque
    MS-Off Ver
    2010
    Posts
    3

    Excel Macro to copy data every 288th cell from another workbook

    Hi All,

    I have Workbook1 and Workbook 2. From Workbook 1, I have data from BP6:BP4000. I want to copy every 288th data from Workbook 1 to Workbook 2 (in range N6:N15 ONLY).

    Please help me. Thank you.

    I have this already:

    Sub CommandButton1_Click()
    Dim Workbook1 As Workbook
    Dim Workbook2 As Workbook
    Dim Sheet As Worksheet

    FileToOpen = Application.GetOpenFilename _
    (Title:="Please choose a Report to Parse", _
    FileFilter:="")

    If FileToOpen = False Then
    MsgBox "No File Specified.", vbExclamation, "ERROR"
    Exit Sub
    Else
    Set Workbook2= Workbooks.Open(Filename:=FileToOpen)

    End Sub

  2. #2
    Forum Contributor
    Join Date
    03-04-2014
    Location
    Canada Eh
    MS-Off Ver
    Excel 2010
    Posts
    199

    Re: Excel Macro to copy data every 288th cell from another workbook

    How about replying to a possible solution in your other thread.
    Click the * to give Rep to a post you like.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Excel macro to copy every 288th cell in a row
    By riajaravata in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-23-2015, 01:26 PM
  2. [SOLVED] Macro to copy cell values from another excel workbook
    By laxminarayana in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-26-2014, 01:52 PM
  3. Excel - macro to loop through row data and copy cell to each worksheet in the workbook
    By swilson2006 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-21-2013, 07:54 AM
  4. Macro to copy specific cell data into a different excel workbook
    By Khanzaki in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-08-2013, 05:55 AM
  5. [SOLVED] Macro to search cell data and copy data to another workbook
    By ucsutah in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-11-2012, 12:08 AM

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