Forum Discussion

Greg_Prophet1234's avatar
Greg_Prophet1234
Copper Contributor
May 08, 2021
Solved

record data from a specific cell at the same time once per day?

Hi,  Sheet 1 of my workbook is a dashboard of equipment with various data about each machine.  In column z titled "availability" I have entered a "Y" or "N" to show if the machine is available or no...
  • HansVogelaar's avatar
    HansVogelaar
    May 09, 2021

    Greg_Prophet1234 

    The problem was that the code used different worksheet names.

    I have given cell Z129 on Sheet1 the name CurrenPercentage. If you insert or delete rows above it, or columns to the left of it, Excel will automatically adjust the definition of the name. The code now uses the name instead of the literal address Z129.

     

    (I took the liberty to change some date formulas on Sheet1 to hide errors)

Resources