+ Reply to Thread
Results 1 to 2 of 2

SaveAs with content of specific cell

  1. #1
    Registered User
    Join Date
    12-17-2009
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    11

    SaveAs with content of specific cell

    Hi.
    Can somebody help me with some code that will follow on from the code below to perform a SaveAs into a specific folder (Q:\Sales\Finance\Andy), with contents of Cell A1 being the save name of the file? Am stuck.


    Rows("1:1").Select
    Selection.Insert Shift:=xlDown
    Range("A1").Select

    'ADD FORMULA TO A1:

    ActiveSheet.Range("A1").FormulaR1C1 = "=MID(CELL(""filename"",RC),FIND(""["",CELL(""filename"",RC))+1,LEN(CELL(""filename"",RC))-FIND(""]"",CELL(""filename"",RC))+1)"


    Andy

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,447

    Re: SaveAs with content of specific cell

    Is this what you need?

    Please Login or Register  to view this content.
    You might want to add code tags the next time you post to avoid shooting at dawn by a mod.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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