Search results

  1. Diane Poremsky

    I don't understand Outlook or Microsoft, anymore

    Thanks for sharing that downgrading still works. I wasn't sure how long they will offer that option.
  2. Diane Poremsky

    Attachment Preview not Working

    Are all attachments affected or just certain ones? It sounds like a previewer is corrupt. Word, pdf, and png display in preview here, but am on win11. Will test on a windows 10 in a few minutes. There is a print bug - it could be related...
  3. Diane Poremsky

    Save Dialog

    Are you using this macro ? https://www.slipstick.com/outlook/email/choosing-the-folder-to-save-a-sent-message-in/ Those macros use itemsend, so everything in the outbox is saved. The SMS use the standard email form and your email address? Is the to address always the phone number (no @ sign?)...
  4. Diane Poremsky

    Locked out

    Only you can reset your password and make security changes to your account. Support is unable to assist. If you no longer have your security accounts, you need to use this guided recovery form: Contact - Microsoft Support You need to fill out the form twice a day, every day, until you get it...
  5. Diane Poremsky

    I don't understand Outlook or Microsoft, anymore

    No, it doesn't apply to mac, only windows. Legacy Outlook is being removed from the subscription. Sorry. If you don't install updates, or have a perpetual version, you can use legacy but it will be blocked from accessing Microsoft 365 servers at some point - both outlook.com and business. Word...
  6. Diane Poremsky

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

    That means it is not processing the second part - either because the macro was triggered or does not meet the conditions. Click in the margin beside the if typeof so to add a break. Then create a new appt and save. Look in the editor - that line should be yellow. open the debug toolbar and...
  7. Diane Poremsky

    I don't understand Outlook or Microsoft, anymore

    If you use outlook.com or Microsoft 365 business you need a current version of office - 2024 is pretty cheap from stacksocial. The older versions of office can't connect to Exchange online. (If you need publisher too, get 2021.) But, the subscription will have classic until at least 2029. If...
  8. Diane Poremsky

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

    I've seen it ask now and again after I've clicked Save and closed outlook. Not sure why it does that. :(
  9. Diane Poremsky

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

    Did you try creating an event to see if the itemadd macro ran? The 'start up' indicates the auto start is working, so the second part should be working.
  10. Diane Poremsky

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

    That was spam and I deleted it. :) There wouldnt be a registry settings - just the macro security. If you use my code sample above with all the msgboxes do any of them come up?
  11. 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...
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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...
  17. 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.
  18. 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. :(
  19. Diane Poremsky

    ChatGPT (or equivalent) to write VBA code?

    try claude and see if it does better. :)
  20. 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.
Back
Top