Convert this short Private Sub into a macro (1 Viewer)

Valery

Registered User.
Local time
Today, 12:39
Joined
Jun 22, 2013
Messages
363
Hi all!

I took this coding off the Internet and it works (along with a module). But I would rather have it into a macro than having to copy/paste into each report where I need it.

Please provide detailed explanations as to what is to be selected in the macro drop downs.

THANK YOU!

Code:
Private Sub ReportFooter_Format(Cancel As Integer, FormatCount As Integer)
    Call SetGrpFtrLoc(Me.Report, 8.5)     'Display report footer at least
                                        '5.5 inches from the top of the page
End Sub
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 03:39
Joined
May 7, 2009
Messages
19,247
there are no equivalent macro for this.
 

Users who are viewing this thread

Top Bottom