I just started with some basic programming using VBA and I'm trying to make a logbook in Excel in which different users have to complete a row with some data.
The goal is that the complete row is automaticaly locked (with password) when it was completed by the user.
Up until now I only found code in which a specific range is selected upfront. In my case the index of the row can be any number.
Is this possible?
Thanks in advance!