I'm rather new to using VBA and was looking for some help. The issue I'm having currently is that we have a sheet that users input data into, then once complete there is a macro that they can use to print. The macro prints 3 copies and transfers the given data into a log. However users are not using the provided macro and rather just pressing file and printing there or Ctrl+P. Now this bypassed the macro and makes it so the data does not get saved into the log. What can I do using VBA to solve this? Can I disable printing unless the given macro is used? Or is there a way I can add a popup menu that instructs the user to press the macro instead?