Recent content by Joel Schwartz

  1. J

    Changing Contact Notes Font

    Well, this is what I finally came up with to simply change the font in one contact's notes field and set the style to normal. It seems to work, but I have no idea if it's fully properly coded. It just know for now that it works: Public Sub Segoe_Font() Dim olInspector As Outlook.Inspector Dim...
  2. J

    Changing Contact Notes Font

    Diane: Here's my new code but so far it does nothing. It's executing because I put stops in the code but it doesn't affect anything in the notes while previously it did. I probably missed something: Public Sub Segoe_Font() ' http://slipstick.me/888jf Dim objApp As Outlook.Application Dim...
  3. J

    Changing Contact Notes Font

    Diane: I'd like to revisit this. What I'm looking for is a macro where I can change just the contact note I've selected. What I have tries to change contacts in whatever might have been returned in a search of contacts, not just the one I've selected to view. I'd also like to set the formatting...
  4. J

    USA in Business Card View

    Diane: Just a shameless bump. Do you have any suggestions for testing VBA changes without altering my live data? Thanks - Joel
  5. J

    USA in Business Card View

    Thanks Diane. I'm very familiar with VBA coding in Excel, but I've really never ventured into Outlook. In your opinion, what's the best way to test my coding before actually making any changes to the live data, since it's synced with Google Apps? Should I copy my contacts into some other folder...
  6. J

    USA in Business Card View

    I use Outlook 2010 and I like to display my contacts with the Business Card view. Some of my contacts have "United States of America" showing, and some don't. I'd like none of them to show it since it basically clutters the view. I'd remove it from the contact itself but of my 800+ ones maybe...
  7. J

    Duplicate Reminders

    I just wanted to update this record. I think my problem is resolved now that it's been a few weeks and things are working as they should be. When I deleted the registry key for Office 2013 (15.0) that didn't in and of itself correct the problem, but when I later created a new profile after doing...
  8. J

    Duplicate Reminders

    Diane: OK, I deleted the entire Outlook key for 15.0. For whatever reason I have a feeling that may actually fix it. I didn't reboot, just restarted Outlook again after the registry deletion. Is that all I need to do or should I reboot? Last, I likely won't know for several days if it's had any...
  9. J

    Duplicate Reminders

    I have a problem with getting duplicate reminders for my calendar events in Outlook 2010 32-bit. When this happens, I get the reminder, dismiss it, and then the reminder immediately pops right back, usually after 1 or 2 seconds. When I dismiss it again it goes away. I never get more than 2, and...
  10. J

    Duplicate Attachments in Content.Outlook

    Here's what my testing shows. It's somewhat different with reading pane on or off. If I don't use reading pane then when I open the attachment 2 copies are generated in the temp folder for some reason. If I exit the message then both copies are deleted immediately. Now, if I use reading pane...
  11. J

    Duplicate Attachments in Content.Outlook

    "If you close the attachment then the message, the file should be deleted. The folder is supposed to be deleted when you close Outlook but it's my experience that it doesn't always do that." I'll be interested to see what your testing shows. Mine shows that not only is the folder not deleted...
  12. J

    Duplicate Attachments in Content.Outlook

    This question was posed to me and I did some Google reason and came up empty, so I'm hoping someone here can help. When opening an email that has an attachment, say a jpeg picture, 2 copies are apparently always placed in the Temporary Internet files location in Content.Outlook. One is the base...
  13. J

    Changing Contact Notes Font

    Diane: Thanks for the help. I was able to get the part going where I can easily change the font for whatever contact I'm on with the macro. I wasn't clear on how to do this on all contacts, or a list of contacts, though. But what I have seems to work just fine.
  14. J

    Changing Contact Notes Font

    I always want my contact notes to use the Segoe UI 10 font. I can set up new contact notes to have that font, but I use Google Apps Sync for Outlook and it always uses Calibri 11 when it updates a contact. Also, whenever I have to recreate a profile, which I recently did, it brings all of my...
Back
Top