+ Reply to Thread
Results 1 to 2 of 2

Workbook Open Macro

Hybrid View

  1. #1
    Registered User
    Join Date
    10-04-2005
    Posts
    1

    Workbook Open Macro

    This below macro used to work in the older version of excel. It does not work now. Any help is appreciated!!
    Thanks

    Sub OpenPrintMacro()

    Dim Fname

    For i = 1 to 5

    Fname = Worksheets("FileNames").Range("a"+i).value
    Workbooks.open.filename:= "C:\My Documents\Files\" & Fname
    ActiveWindow.selectedsheets.Printout copies:=1
    ActiveWorkbook.close

    Next i
    End Sub




    WorkSheet FileNames

    Range a1 = Test1.xls
    Range a2 = Test2.xls
    Range a3 = Test3.xls
    so on and so forth.............

  2. #2
    Dave Peterson
    Guest

    Re: Workbook Open Macro

    It sure looks like it would work if the values in the A1:A5 corresponded to
    real filenames in "c:\my documents\files".

    I'd check that first.

    If that isn't it, you may want to post what happens when it fails.

    natarajr wrote:
    >
    > This below macro used to work in the older version of excel. It does
    > not work now. Any help is appreciated!!
    > Thanks
    >
    > Sub OpenPrintMacro()
    >
    > Dim Fname
    >
    > For i = 1 to 5
    >
    > Fname = Worksheets("FileNames").Range("a"+i).value
    > Workbooks.open.filename:= "C:\My Documents\Files\" & Fname
    > ActiveWindow.selectedsheets.Printout copies:=1
    > ActiveWorkbook.close
    >
    > Next i
    > End Sub
    >
    > WorkSheet FileNames
    >
    > Range a1 = Test1.xls
    > Range a2 = Test2.xls
    > Range a3 = Test3.xls
    > so on and so forth.............
    >
    > --
    > natarajr
    > ------------------------------------------------------------------------
    > natarajr's Profile: http://www.excelforum.com/member.php...o&userid=27807
    > View this thread: http://www.excelforum.com/showthread...hreadid=473174


    --

    Dave Peterson

+ 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