Hey,
1. It doesnt protect on save. I have attached the This Workbook code. Going by my extensive VBA knowledge (ahem, that you could write on the back of a stamp
) I cannot see the bit calling for save.
2. When different people login I want them to land on different pages. At the moment it just lands on the first sheet. As it happens that fine for case 2 & 3 but I would like case 1 to open on sheet 29 rather than 13. This is working now
3. When case 1 logs in the numbers 1234 are input into a certain cell in 3 different sheets. (2, shtBASS, shtHIN) therefore unhiding columns. When case 2 or 3 log in these three cells should be cleared of the 1234 therefore hiding the columns. This does not appear to be working. I can see the numbers are being put in and deleted correctly but (I think I'm saying this correctly) its not triggering the event????. Working now
4. Module 5 is not protecting all sheets after it is run. (thats probably linked to point 1) Working now
5. This is a strange one, in sheet 2 if I make AB "block" this triggers information to be put to shtBASS. Part of this moved information triggers the date code and the date gets put into cell A. Perfect. However in sheet 11 there is a similar trigger (Column L) to transfer to shtBASS and for some reason this does not trigger the date. The very same is happening for Sheet 2 AC to shtHIN (working) sheet 15 (column J) to shtHIN (Not working) This was happenong on my onld one and someone pointed out that one of the event handlers was set to false. He showed me how to stick a true one and another false one on the sheet sending the info but this new code is completely different to the old one
6. Last thing, while you were working on the rework for me (again thanks so much) somebody gave me a code to input the date in A if D has text, but also to clear A if D is cleared. This worked fine in my old one. I'm not sure how to add that to your code. I have replicated it in sheets shtBASS & shtHIN as they are identical "if" codes but I am not able to replicate it in sheets 11,15,17 as these are "case" codes and not "if" codes. Working now
Also do I still need module 8
now that you have the lock module?
Probably stupid question??
Bookmarks