+ Reply to Thread
Results 1 to 2 of 2

Save file with certin Criteria

  1. #1
    Registered User
    Join Date
    02-26-2006
    Posts
    68

    Save file with certin Criteria

    I am looking at a given point to save a workbook with cetain critera. What I want to do is save a workbook and get some value from a given cell then save it.

    Example: I want to save a workbook with the name:

    ActiveWorkbook.SaveAs Filename:="C:\Service Recaps\John Mudaro_(Here I need the value from Worksheet "Data",Cell C5).xls"

    Can anyone Help?

  2. #2
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    n = Cells(5, 3).Text
    ActiveWorkbook.SaveAs Filename:="C:\Service Recaps\John Mudaro_" & n
    Best regards,

    Ray

+ 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