+ Reply to Thread
Results 1 to 2 of 2

How to save Excel macro using name contained in cell?

  1. #1
    CG
    Guest

    How to save Excel macro using name contained in cell?

    I am trying to use a macro to save workshets under a name contained within a
    cell in the worksheet. The result will be "push a button and the shhet is
    saved with a name that is contained in the sheet".

  2. #2
    IC
    Guest

    Re: How to save Excel macro using name contained in cell?

    ActiveWorkbook.SaveAs Filename:=Range("A1").Value

    Ian

    "CG" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to use a macro to save workshets under a name contained within
    >a
    > cell in the worksheet. The result will be "push a button and the shhet is
    > saved with a name that is contained in the sheet".




+ 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