Procedure on How to Customize Message Dialog Box

I have a Custom Message Dialog Box that is working well. But I can’t get the message Box to be where I want. I want it to be at the left center but it has stuck in the center of my dual monitor, I have tried to place it where I want using the Code below
This is how I have entered the codes:
Me. Left = (Screen (0).Available Width – Me. Width) * .065 Me. Top = (Screen (0).Available Height – Me. Height) *
Is this the procedure or how am I supposed to do to get the Message Box where I want?
