+ Reply to Thread
Results 1 to 4 of 4

Excel macro that uses Lotus 1-2-3 file?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-05-2007
    Posts
    148

    Excel macro that uses Lotus 1-2-3 file?

    I need to pull data from 200 Lotus 1-2-3 files and put them in an excel.
    Is this even possible? How would i go about doing this?


    Thanks

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good afternoon thedon_1

    The first thing to do is record the task you are doing with the macro recorder to see what kind of code it generates. If it's possible to do, this will show in the code. (Tools > Macro > Record New Macro).

    Then post the code here and someone will help you out with tidying it up and looping through your 200 files.

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

  3. #3
    Forum Contributor
    Join Date
    09-05-2007
    Posts
    148
    Ok so i recorded a macro. I simply copied and pasted 2 cells from my Lotus 1-2-3 spreadhseet into excel.

    When i ran te macro, it didn't copy what it should have. Here is the code.

    Sub test123()
    '
    ' test123 Macro
    ' Macro recorded 12/06/2008 by GB009597
    '
    
    '
        Range("A3").Select
        ActiveSheet.Paste
        Range("A5").Select
        ActiveSheet.Paste
        Range("E12").Select
    End Sub

    It didn't seem to reference the Lotus 1-2-3 at all.
    Is this not possible to do?

  4. #4
    Forum Contributor
    Join Date
    09-05-2007
    Posts
    148
    Anyone got any ideas?

+ Reply to Thread

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