Forum Discussion

horsteadjim's avatar
horsteadjim
Copper Contributor
Jul 31, 2017
Solved

Macro so save a sheet with info taken from a cell.

I have created a spreadsheet where the sheet 1 is a form to be filled in for Quality Control. I have created a "Save" button that will use the 'copy and move' function to create a copy of the first s...
  • Logaraj Sekar's avatar
    Logaraj Sekar
    Aug 02, 2017

    Hi horsteadjim,

     

    Try this.

    ActiveSheet.Name = Range("C7").Value

Resources