Having a little trouble finding help specific to this question. My VBA knowledge is a bit limited; up to this point, I've basically just been editing recorded macros.
Here is what I'm trying to do:
A workbook containing hundreds of records (one row per record) will be accessed by multiple users - not simultaneously, as it will not be a shared workbook. I want each user to be able to check records out so nobody else can edit them.
I have one column, column AE, which populates with an "X" when the record is displayed on a separate tab. Column AF has "In" or "Out" for each record, indicating whether or not the record will be accessible by others.
I need to figure out how to write a macro so that the cell in column AF changes to "Out" for each row that contains the "X" in column AE. Given an example, I can probably figure out how to have these records checked back in at a later time.
Thanks for the help in advance!
Bookmarks