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 Mike Lewis 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. oswaler

    Hide Outlook application with VBA

    I'm writing a VBA app mainly in Excel that needs to send some emails using Outlook. I don't want to see the emails pop up on the screen as they're being created. I know in Word there's an Application.Visible method that lets me set it to False so Word will work without showing itself. I can't...
  2. oswaler

    command line input

    I'm writing it for Mac using fortran 95 with the absoft compiler
  3. oswaler

    command line input

    I need to write a program that will take input from the command line. If I have an executable named a.x the user would type something like ./a.x -a 1 2 or ./a.x -m 1 2 at the command line and then my program would put the three values in variables and use the values in the program. I've been...

Part and Inventory Search

Back
Top