Computing.net: Question & Answers Forum Latest Questions

Computing Staff
  • 0
  • 0

<td><p></p>I want to create a program with menu.<br>4 exmple:<br>===========================================================<br>What do you want to do?<br>1. Shutdown PC<br>2. Restart PC<br>3. Format C:\<br>4. Format D:\<br>5. Exit<br>===========================================================<br>The normal menu script 4 this would be something like that:<br>@echo off<br>echo What do you want to do?<br>echo ...

Computing Staff
  • 4
  • 4

I have a similar case for this one that I searched around (https://computing.net/answers/office/search-a-field-and-assign-a-label-based-on-results/17987.html), yet not find a solution. I have the main spreadsheet with several info collected such as ref #, date, hours, and so on. Then another spreadsheet contains ...