COM04. Implement Simple Data Logging by Using Excel and VBA

preview_player
Показать описание
Industrial Automation Data Collection playlist
This video introduces how to use Excel and VBA to implement simple data logging.

Note the file can execute
ActiveWorkbook.Save First, and then
ActiveWorkbook.SaveAs,
After this, the excel will start beginning from this 'SaveAs' file. The previous file was Saved as a data logging and archived file.

Рекомендации по теме
Комментарии
Автор

Amazing Video. I got a question though. Is it possible to place a formula in B6 and then copy the row into the list when the value of this formula changes (for example from 200 to 50) ? I tried this already with the current code you presented in this video but it doesnt copy when the formula updates. Im not a coding expert. How do I make this work? What do I have to change in the code to also copy rhe row when a formula in B6 updates.

dyaya