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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by oquinnc

  1. oquinnc

    Messages With Attachments Not Delivered or Received

    We have been having an interesting problem for about a day and a half now. Messages with larger attachments (beyond a small text file, etc.) are not being delivered or received. This is happening inside and outside of the domain. There is NO error message or delay notification, the messages...
  2. oquinnc

    Sum calculation with Quety

    Based on the structure below, how do you go about calculating the 'Requsted Inventory Sum' for each product for a particular Company. Table: Company Company Name (relates to same field in 'Products') Original Inventory Requested Inventory Sum Remaining Inventory Table: Products (Displayed as...
  3. oquinnc

    Outlook VBA - Button to empty folder contents

    Rob is on my list of people to give money to if I ever become rich :)
  4. oquinnc

    Outlook VBA - Button to empty folder contents

    Rob, Everything is working great with one minor glitch. When the the code is run, it doesn't delete all of the items in the folder. It appears that when it hits a message that has been forwarded, has been replied to, or has an attachment, it stops. You can run it again and it will keep going...
  5. oquinnc

    Outlook VBA - Button to empty folder contents

    All hail the king of VBA...it worked. I was very close to that at one point. I forgot to include the "fld" after mi.Move. Thank you for your help!
  6. oquinnc

    Outlook VBA - Button to empty folder contents

    The ".items" did it. On the "Copy" button, I can only get it to work with two "Subs", and I am not sure how to make 1 button run 2 subs, so I guess the alternative is to figure out how to combine the 2 subs into one... Here is what I've got: Sub CopyOverThere()...
  7. oquinnc

    Outlook VBA - Button to empty folder contents

    I spoke too soon...the empty folder commandn is hanging on: For Each mi In fld
  8. oquinnc

    Outlook VBA - Button to empty folder contents

    Rob is the Man! That worked perfectly. Since you are on a roll, I wanted to ask you about a peice of code you helped with a week or so ago: Sub MoveOverThere() Dim mi As MailItem Dim fld As MAPIFolder Set mi = ActiveExplorer.Selection.Item(1) Set fld =...
  9. oquinnc

    Outlook VBA - Button to empty folder contents

    Rob -- That is SO close! It works well, just needs a tweak or two. You were correct about this being an Outlook folder. 3 questions: How could I tell it to delete ALL of the items, not just the first item? How could I tell it to always empty the folder called "Briefings" no matter...
  10. oquinnc

    Outlook VBA - Button to empty folder contents

    Has anyone created a button in Outlook to empty the contents of a specific folder? For example, let's say we have a folder called "Briefings" -- I would like to have a button on the toolbar that when clicked, will empty the folder "Briefings." Once I have the VBA, I know...
  11. oquinnc

    Switch from "Local" to "Roaming" Profiles - Keep Settings

    We have been running local profiles in a W2K server and workstation enviornment. We are beginnng to use Terminal Server, and would like to retain our profile for the Terminal Session. I see two ways of doing this: 1) Switching to roaming profiles and some how copying our current local...
  12. oquinnc

    Outlook Button: move message to a specific folder

    It looks like it is going to work, but when I drag the macro up to the tool bar, there is a small "X" that appears next to the mouse as soon as I drag it anywhere...do I need to publish it or something else to make it available as a button?
  13. oquinnc

    Outlook Button: move message to a specific folder

    I am attempting to create a button in Outlook that will move the current message to a specific folder (predestined). I had planned to set up a macro to do this, but it looks you can't record macros with Outlook. You can, however, use VBA. My knowledge of VBA is VERY limited. Is there a good...
  14. oquinnc

    W2K - accepting port forwarding

    I can ping the IP internally, but not externally...
  15. oquinnc

    W2K - accepting port forwarding

    I now have the following ports forwarding to my server: 25 80 110 I still can't access owa.domain.com and terminal.domain.com. I get a 404 message in the browser. mail.domain.com seems to be working, as folks outside our office access our Exchange Server as thru POP3 are getting their mail fine.

Part and Inventory Search

Back
Top