First issue - different people set up their local machines differently. They may have theirs set to NOT run macros and NOT ask, just don't run them. This stuff only works with macros enabled.
Second issue - The "UserInterfaceOnly" flag is not a setting that is retained when the sheet is closed. It has to be reset.
Change the macro I gave you to include the password, which I didn't really think was necessary. Obviously you need to put in the correct password.
Another option would be to set the flag in a WorkBook_Open macro so it's taken care of immediately. Up to you. Of course, since I don't know your password, I can't make further edits on this sheet.
Last Issue - there's no need to do in macro what a worksheet function will. Put a formula in K3 and copy down:
=J3*F3
Then go to TOOLS > OPTIONS > VIEW > [ ] Zero Values and uncheck that flag so this sheet doesn't show the zeros for incomplete rows (optional)
Bookmarks