Msgbox should work from a code module however you should indeed avoid using it as it will cause bad things.
The best solution is to use a class instead of a code module. You can then initialize the class in each of the activities. It will allow you to share more features between the activities.