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 strongm 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. CancelThisAccount2

    Error when looping to create PDFs - Excel VBA

    Nevermind - figured it out. Put a Wait before the set mypdfApplication.Wait TimeSerial(Hour(Now()), Minute(Now()), Second(Now()) + 2) seems to give it more time on the second run.... oh well it works.
  2. CancelThisAccount2

    Error when looping to create PDFs - Excel VBA

    Help? Private Sub MakeMeaPDF(ws As Worksheet) Dim PSFileName As String, SavePath As String, PDFFileName As String, FileName As String Dim MySheet As Worksheet Dim myPDF As PdfDistiller If Sheet1.Range("A1") = False Or Sheet1.Range("A1") = "" Then myBrowse If Sheet1.Range("A1") = False Or...
  3. CancelThisAccount2

    Email stuck in outbox

    you don't have the preview pane on in the outbox, do you? are you able to download mail? are you getting any error messages? when you try and delete the message? What happens when you shut Outlook down? are you able to open the message? Tracy www.TheOfficeExperts.com
  4. CancelThisAccount2

    Outlook problem forwarding emails with Rules Wizard

    there are a lot of options available. I've posted the link so you can review them: http://slipstick.com/addins/auto.htm Tracy www.TheOfficeExperts.com
  5. CancelThisAccount2

    Outlook problem forwarding emails with Rules Wizard

    That is the way the program works - ms says they do it that way so you don't get the same message over and over again. I'm looking for a good forwarding tool. Tracy www.TheOfficeExperts.com
  6. CancelThisAccount2

    Email stuck in outbox

    how long have you given your Outlook to send? depending on your connection, it could take a while - that's a good size attachment for some systems Tracy www.TheOfficeExperts.com
  7. CancelThisAccount2

    Outlook XP Calendar Problem

    sorry - I'm the wrong person to ask about that! Tracy www.TheOfficeExperts.com
  8. CancelThisAccount2

    Not able to send internet mail??

    are you using an exchange server? have you set up permissions there? Tracy www.TheOfficeExperts.com
  9. CancelThisAccount2

    Problem with form in excel VBA project

    I saw that too.. but I figured since he's been changing the name in the workbook, tried different forms, etc, that that wasn't the problem. I'll be SO embarassed if it is! Tracy www.TheOfficeExperts.com
  10. CancelThisAccount2

    Copy Outlook 2002 Distribution list

    KEWL! my first star :-) I'm starting to like this site! Thanks, LadyCK3 Tracy www.TheOfficeExperts.com
  11. CancelThisAccount2

    Outlook 2002 Rules Question

    3rd part program: http://www.addins4outlook.com/QuickFile/default.htm Tracy www.TheOfficeExperts.com
  12. CancelThisAccount2

    Outlook - Set 'sent items' to not save attachments

    sorry, I don't use them - found them at slipstick.com If someone knew outlook programming, they could probably write a script to delete attachments...you could attach the script with a rule. Sorry - I don't do outlook vba :-( tho, I can see such a program being popular. Tracy...
  13. CancelThisAccount2

    Outlook - Set 'sent items' to not save attachments

    Not within Outlook - 3rd part programs do exist that can help. Two I found: http://www.madsolutions.com/AE/Main.htm http://www.comaxis.com/detach.htm Tracy www.TheOfficeExperts.com
  14. CancelThisAccount2

    Problem with form in excel VBA project

    and you're 100% that its the form call that's causing the problem and not something within the form? can you send me the workbook? Tracy www.TheOfficeExperts.com
  15. CancelThisAccount2

    Copy Outlook 2002 Distribution list

    or you can open the distribution list, select Forward from the Actions menu, forward it to who you want. When they get it, all they have to do is drag it to their contacts list. Tracy www.TheOfficeExperts.com
  16. CancelThisAccount2

    Outlook XP Calendar Problem

    Outlook uses its RTF mail format for sending appointments. Sounds like something (the server?) is converting that rtf to plain text. Couple of tests: 1. have the user send himself an appointment 2. send a normal rtf message to someone and see if it converts. to verify that a plain text message...
  17. CancelThisAccount2

    Word XP line spacing

    You have paragraph returns after each line. That's going to cause extra line width. Tracy www.TheOfficeExperts.com
  18. CancelThisAccount2

    Problem with form in excel VBA project

    how are you trying to call it? Tracy www.TheOfficeExperts.com

Part and Inventory Search

Back
Top