I have a data logger that records in an excel workbook. The sheet has VBA code and one of the Private sub's is to "cmdStartLogging_Click()"
This cmd is linked to a embedded button on the sheet. So when the workbook opens we need to press the button to start recording the data.
What I would like is for the "cmdStartLogging_Click()" to activate on workbook open without having to press the button.
Bookmarks