Search results

  1. Diane Poremsky

    Outlook 365 Can I set up a Microsoft 365 account to capture emails sent and received from a comcast.net account?

    Homeblower covered it - go back to classic outlook, where this does work. The reason this does not work is because the comcast account doesn't have a to-do subscription. While you can create a Microsoft account for that address, you can't add it as an account to new Outlook. all accounts in new...
  2. Diane Poremsky

    macro to stop 18hr reminder for all-day appts not working on one computer

    I used the macro above and it works - so the code is good. macro example I have macro security set to none. If you signed it and copied the otm file, the macros won't work until resigned.
  3. Diane Poremsky

    macro to stop 18hr reminder for all-day appts not working on one computer

    If I already asked this, sorry - do you have more than one calendar? The script only works on the default calendar as written.
  4. Diane Poremsky

    macro to stop 18hr reminder for all-day appts not working on one computer

    Running it from the editor is just to kick start it - otherwise you need to keep restarting Outlook when you make a change. The other macro runs automatically when you add the appt to the calendar.
  5. Diane Poremsky

    macro to stop 18hr reminder for all-day appts not working on one computer

    You can't run it manually. In the VBA editor, click the mouse in the startup part run it. It doesn't have to be in the macro name - but somewhere between the sub and end sub of app startup.
  6. Diane Poremsky

    macro to stop 18hr reminder for all-day appts not working on one computer

    You put the entire macros in the thisoutlooksession, correct? Then clicked in the startup macro and clicked the run button? (Or restarted outlook.) Add msgbox lines throughout and see if they fire. Private WithEvents Items As Outlook.Items Private Sub Application_Startup() Dim Ns As...
  7. Diane Poremsky

    Windows 11/Office 365 - can't forward calendar entry as ics file

    You could forward it as an attachment from the downloads folder... When I open an ics I downloaded and use forward, it is received as a meeting request. I'm using Microsoft Exchange - sending it using IMAP or pop could have different results depending on the server.
  8. Diane Poremsky

    Outlook 365 Can I set up a Microsoft 365 account to capture emails sent and received from a comcast.net account?

    Not a stick in the mud... a lot of people are asking the same thing. :(
  9. Diane Poremsky

    ChatGPT (or equivalent) to write VBA code?

    try claude and see if it does better. :)
  10. Diane Poremsky

    Saving Send emails to a folder on the server

    To add a macro to a button, open File > Options > Quick Access Toolbar then select macros at the top. Add it then with it selected, choose Modify to give it a friendly name and icon.
  11. Diane Poremsky

    ChatGPT (or equivalent) to write VBA code?

    It doesn't do well with Outlook code. It often mixed in word VBA or excel that does not work in Outlook (unless you bind the object models, which it doesn't do). I was not happy with chatgpt or Copilot at writing php - but claude worked perfectly. I needed to convert a Microsoft sql stored...
  12. Diane Poremsky

    Delete Outlook emails from MS server

    The sync settings have nothing to do with the deleted items automatically being deleted. The automatic deletion of junk mail and emptying deleted items is set by the server. Gmail and outlook.com 30 days for both folders. (That's 30 days from when it went into the folder.) Other servers may...
  13. Diane Poremsky

    Outlook 365 Recent changes to "Undeliverable" automated replies?

    I had one recently that still had the email - opened it, fixed the address and resent. This is from mac Outlook, so it looks different than windows, but it has the email attached.
  14. Diane Poremsky

    Strange Attachment Behavior

    I will bug support on the status of this bug.
  15. Diane Poremsky

    Strange Attachment Behavior

    It's not the absolute newest, but it's not old either. Installing updates won't fix it - I have Version 2504 (Build 18720.20000 Click-to-Run) and can repro.
  16. Diane Poremsky

    Strange Attachment Behavior

    What is your version and build number? I added it from All commands - Attach file... - the other one doesn't have the recent files list and opens an explorer That's normal - one is for the open window, one for reading pane. Second one is reading pane version, I think. It has fewer commands...
  17. Diane Poremsky

    Strange Attachment Behavior

    Actually, solved it (before reporting it :)) - I added the button to the QAT before hitting reply. If I remove the button and add it after hitting reply, it adds it to the reply. I don't know if this is a change in behavior or not (since I use the ribbon button). Will still report it.
  18. Diane Poremsky

    Strange Attachment Behavior

    I was able to repro it from the quick access - but it works as expected from the message tab. (I will report it.)
  19. Diane Poremsky

    Seeing mails after loosing access

    If you cancel the sign in dialog, does Outlook load? If you did nt enable offline cache, you need to sign into the account as nothing is stored locally. Did you ever use classic Outlook to access the account? If yes, you may be able to recover the email from it.
  20. Diane Poremsky

    Outlook desktop client suggested searches question

    No, sorry, I did not have time to test with a test mailbox (and I don't want to screw up my own mailbox. :)) I'll try and do it tomorrow.
Back
Top