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

    Automating Email Excel VBA/Outlook and Windows Scheduler

    Hi, I have an Excel Utility that automatically opens using the windows scheduler, the code is run using the workbooks Workbook_Open sub-routine. I have utilized an email work-around (http://www.dimastr.com/redemption/) of the Outlook security alert pop-up box. I am having a problem with...
  2. rasage

    Running multiple queries from code module

    Hello, Please help. I have about 17 queries that I am using to manipulate data. I am openeing them from a code module. Though it seems that every three times I run it (to test), it returns invalid data. I beleive it is running out of memory, once every couple times I run it... Is the...
  3. rasage

    ODBC call failed?

    look at your SQL string, there is no space after your list of columns and the FROM keyword. SQLStmt = "SELECT deal_no, entity" SQLStmt = SQLStmt & "FROM deals" SQLStmt = SQLStmt & "WHERE deal_no = 16031" dealsConnection.Execute SQLStmt this is read like... SELECT deal_no, entityFROM dealsWHERE...
  4. rasage

    ActiveWorkbook.SendMail

    Is there a way to have an e-mail 'cc' to other recipients? I should ask, is there a parameter in the argument list that I can include recipients to be copied on an e-mail I send. rasage please send reaponses to brodrig@optonline.net Please help.
  5. rasage

    Importing upgraded VBA code

    I have a problem with using this type of code. Everytime I insert the code to update the "ThisWorkbook" object module, and save it, it seems to delete all my code modules! I almost had a heart attack, but luckily, as always I backed up the modules of code. However, no matter what I...

Part and Inventory Search

Back
Top