When using a macro to save a file, it asks for a file location....
What I would like to do is save the file with a date at the end of the file name... I.E. Master File 4-9-13
The current string to save the file reads:
Report, CombinedWarRoomReport, PDF Format (*.pdf), G:\Public\War...
All -
Currently have groupfooter5 .... need this to be invisible if me.codename="Invoice"....
Tried....
If Me.CodeName = "Invoice" Then
Me.GroupFooter5.Visible = False
Else
Me.GroupFooter5.Visible = True
End If
However it is not working...
Essentially, groupfooter5 is a subtotal for...
I have been directed to the below site to help me with the new office e-mail security.
http://www.utteraccess.com/forum/mail-t1988667.html
Have added the portion to Outlook and rand the test and all works.
But have not used modules before and having problems referencing the module in the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.