Search results

  1. S

    Navigation Pane Location And Options

    I have W10, Outlook 365, 64 Bit, Latest version. Unless this is called something else that I am missing, the Navigation Pane is now located in the top left. It also has links to other Office programs that are not in the Navigation Pane options. See images below. I used this pane often but like...
  2. S

    Changing Message Class

    Diane: I asked about selecting a folder. What I meant is when I run the Macro I select what folder to use the macro to run on. I don't think I was clear in my question. I may be misunderstanding your guidance. I tried both versions below and they seem to work the same. They update the message...
  3. S

    Changing Message Class

    Diane: Thank you. Shawn
  4. S

    Unable to change Message Class

    I am using the following code to change my Message Class in the current folder. It works, but some of my older contacts the Message Class does not change. There is no error, or message, it just doesn't update. These are probably contacts I created many years ago in older versions of Outlook. One...
  5. S

    Changing Message Class

    I got it to work in the current folder, but still seeing if I can select another folder. Sub ChangeMessageClass() Set olNS = Application.GetNamespace("MAPI") Set ContactsFolder = Application.ActiveExplorer.CurrentFolder.Items Set ContactItems = ContactsFolder For Each Itm In ContactItems If...
  6. S

    Changing Message Class

    I'm using Outlook 365, W10, not using Exchange. For below, it uses the the default contacts folder (using the name of my form) to change the message class in the defaults contact folder. How can I update this to select a different contacts folder that is not the default contacts folder to...
  7. S

    Custom Field Cannot Be Displayed In Views

    JesseWalter375: Thank you for your help. Unfortunately no matter what I tried it would not work. I had to create a new PST file and new form to get it to work. With the old PST file, I tried new folders, new forms, new fields (also would not display in any view type), etc. I also tried...
  8. S

    Custom Field Cannot Be Displayed In Views

    I have Office 365 (up to date). I am using my Contact folder with a local PST file on my computer. I have a custom form with multiple custom fields. Using the control toolbox I added a combo box using the Microsoft Forms 2.0 control. I then added a new text field with the possible values...
  9. S

    Dragging Files In Outlook 2016

    I did reboot. When I drag it to the desktop, I see the "+" and then nothing happens. If I right click and drag, I see the options of Copy, Move and Cancel. If I select Copy or Move nothing happens. There is no message.
  10. S

    Importing Ribbons Not Saved

    Diane: Thank you. I've always just exported/imported the custom file through the "Customize the Ribbon" dialog. I am an Admin on my W10 machine.
  11. S

    Bullets Being Changed to Rectangles

    Thank you. I do not have the installer build. I appreciate you getting back with me.
  12. S

    Dragging Files In Outlook 2016

    Guess I spoke too soon. Now it no longer works. I tried to drag files from my contacts and tasks notes to my desktop (and it worked yesterday); however, now it no longer works.
  13. S

    Dragging Files In Outlook 2016

    Diane: I am so glad they added back in this capability.I hope they do not remove it again. Shawn
  14. S

    Bullets Being Changed to Rectangles

    Diane: I have read multiple people having the same issue. I cannot find any fix that resolves the bullet issue (I think I tried all of them). Have you heard of any update? Shawn
  15. S

    Importing Ribbons Not Saved

    Diane Do you know if there was any change with the ribbons? No matter how many times I create a new ribbon, it does not stick. I create it, export it, and multiple times I need to import again just to go through the same process again. Shawn
  16. S

    Show Total Number Of Items Not Displaying

    I tried all above options and I still have the same issue; however, I am now seeing the issue in multiple PST files. When I first posted, it was only one PST file, now it seems to be happening on multiple PST files. I'll try and see if I can determine why, but it looks to be random.
  17. S

    Show Total Number Of Items Not Displaying

    Thank you. I tried all options you noted in a previous reply except Safe Mode. I will try that next. I may try another PST file in my current profile and add a few contacts at a time and see what happens
  18. S

    Show Total Number Of Items Not Displaying

    Sorry, I did but forgot to mention it. I created a new profile and use only the one PST file with the items not showing. Same results. My other local PST files are working OK. It just seems to be this one in which the total is not showing. Does it matter that it is not the default PST file? I'm...
  19. S

    Show Total Number Of Items Not Displaying

    Tried creating a new PST file, created a contacts folder and moved a few contacts into the folder. Initially the total did appear, but as soon as I closed Outlook and restarted, same result. The show total option is selected but does not reflect the total.
  20. S

    Importing Ribbons Not Saved

    Diane: In your initial reply on August 25, you noted May I ask how you created your new ribbon. Maybe I'm just missing a step since each time I access ribbons, customize, export it to save, it never sticks. I continually need to import the exported ribbon.
Back
Top