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 Rhinorhino 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: *

  • Users: Pugs320
  • Content: Threads
  • Order by date
  1. Pugs320

    Printing to a Network Printer

    How can I print a report to a network printer that is not my default printer? Right now I print to my default printer and I have to run the report across the building to the right department. I tried going through the help topics but I didn't see anything about this. Does anyone know code to...
  2. Pugs320

    Code to move Msg in Outlook

    I have several Modules set up to extract Email attachments to a file. The code is like this: Public Function getmailZip1() Dim myOlApp As Object Dim myNamespace As Object Dim MyFolder As Object Dim myItem As Object Dim myAttachments As Object Set myOlApp =...
  3. Pugs320

    Process is not finishing

    What code can I insert in a module running several processes, that will allow a process to finish B4 moving to next process. Right now I am not getting desired results because 1 process is stepping on the other.
  4. Pugs320

    Running a Batch file from a Macro

    I need a suggestion as to what I am doing wrong. I am trying to run a batch file from a macro. I am doing this after I run a module from the same macro. It looks like the batch file runs but the expected results do not occur. If I run the batch file by clicking on it, everything is OK. I do a...
  5. Pugs320

    Automatically inserting date in file name ??

    This is a great site to learn and interact with others and know that I am not the only one with QUESTIONS. Here is my question and I don't know if it is possible!! I work for a company that does business with a division of the government. As such , we are subject to periodic auditing of our...
  6. Pugs320

    Time of Day Query

    I work for a call center that does not make cold calls, but does call existing customers to remind them that they are due for a reorder. All contact info is put into a history_table including a Time/Date stamp. Is there any way to query this table to extract a time of day when successful...

Part and Inventory Search

Back
Top