Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 406049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:27:30+00:00 2026-05-12T17:27:30+00:00

Does anyone know how to detect the use of Theme fonts in Powerpoint 2007

  • 0

Does anyone know how to detect the use of Theme fonts in Powerpoint 2007 slide objects using VBA? If one looks at Shape.TextFrame.TextRange.Font.Name the font name appears as simple name (ex: “Arial”) whether or not the font was assigned as a fixed name or a Theme name (subject to change with the document theme). I don’t see any other property in the Object Model that would flag the name as tied to a theme (such as ObjectThemeColor for colors).

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T17:27:30+00:00Added an answer on May 12, 2026 at 5:27 pm

    There is no direct method (that I know of), however you can check with an If/Then:

    Sub checkthemeFont()
        Dim s As Shape
        Set s = ActivePresentation.Slides(1).Shapes(1)
        Dim f As Font
        Set f = s.TextFrame.TextRange.Font
    
        Dim themeFonts As themeFonts
        Dim majorFont As ThemeFont
    
        Set themeFonts = ActivePresentation.SlideMaster.Theme.ThemeFontScheme.MajorFont
        Set majorFont = themeFonts(msoThemeLatin)
    
        If f.Name = majorFont Then
            Debug.Print f.Name
        End If
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how to use the Hough transform to detect the strongest lines
Does anyone know of a way to detect when the last time a Microsoft
Does anyone know how can I detect the browser type in css? What I
Does anyone know how I can detect if the headphone jack on a device
Does anyone know if you can detect if headphones are plugged into the iPhone,
Does anyone know of any websites, or (preferably) downloadable packages that you can use
Does anyone know how to detect in a OnBeforeUnload event that the server side
Does anyone know how to detect the clicked href URL in JQuery? For example
Does anyone know of a way to detect if a remote app has failed/crashed?
Does anyone of you know a cross browser working way to detect paste or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.