Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VASunGrede77

    E-mailing

    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...
  2. VASunGrede77

    Make a group footer invisible based on condition

    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...
  3. VASunGrede77

    Running Module

    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...

Part and Inventory Search

Back
Top