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 derfloh 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: jdrawmer
  • Content: Threads
  • Order by date
  1. jdrawmer

    5 table SQL Statement

    I am effectively trying to create a timesheet system for an engineering company. They have a list of 'favourite jobs' that automatically populate their timesheet for the week. Another problem is, that jobs all have sub-jobs, for the purposes of booking time to them, to then later invoice... What...
  2. jdrawmer

    problem with 'item send' event

    I've got an item send event on my outlook macro, and when the send button is clicked, i am wishing to bring up a form - really simple: Sub Application_ItemSend(ByVal item As Object, Cancel As Boolean) frmOutputControl.Show If frmOutputControl.txtCancel.Text = "Yes" Then Cancel...
  3. jdrawmer

    Deploying Outlook Macro

    Hi, i've posted this the other day, but really need someones help with it. I've recently finished work on a macro within outlook, for a small engineering company - to help manage their contractual emails (saving them to job folders, saving emails seperately, etc.) And i've been testing it...
  4. jdrawmer

    Deploying Outlook Macro

    Well, as this has been my first time programming macro's in VBA for outlook, I am completely unsure as to the best way, or whatever way, to deploy my application to the rest of the company! Its a program to help maintain contractual emails - incoming and outgoing, and I need the macro to be...
  5. jdrawmer

    When Form is closed, not close only hide

    this may be very simple, and i'm sure it should be... but when the 'x' button is pressed, i don't want the form to unload completely, i just want it to hide... And its really not happening for me! Any help would be appreciated. Thanks!
  6. jdrawmer

    List of Directories

    Hey, I'm sure i've done it before but i have no recollection of the answer - and would like some simplified code anyway... I'm trying to populate drop down lists with the sub-directories names, of a specific directory. So really, i just need the code for bringing up a list of directories Thanks
  7. jdrawmer

    Outlook deleting flagged mail

    Hi Guys, I've got some outlook code which manipulates emails, saves them elsewhere, and now i am required to simply tick a box thats says 'delete original' which basically, will delete the original from the inbox. My method behind this was to flag the email as 'olFlagMarked' and then a simple...
  8. jdrawmer

    Compose New Email Event Handler???

    I need to handle the compose new email even handler, which at first i presumed would be te newMail even, however thats for receiving email - What is the even for handling the composing new email event, as i need to generate a macro that will automatically insert a value into the subject line...
  9. jdrawmer

    Strange Outlook VBA Error

    Hi all, I'm attempting to create a button macro that stores emails in a specific 'job' folder. You select the job in a drop down list, the macro integrates with an email register in excel, saves it in there then saves the email... Everything is working perfectly, except for the saving of the...

Part and Inventory Search

Back
Top