- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to make a marco that chance between 2 background color
I want it to run this code if the ColorSchemes is not Millennum
ThisApplication.ColorSchemes.Item("Millennium").Activate
ThisApplication.ColorSchemes.BackgroundType = BackgroundTypeEnum.kImageBackgroundType
I want it to run this code if the ColorSchemes is not Presentation
ThisApplication.ColorSchemes.Item("Presentation").Activate
ThisApplication.ColorSchemes.BackgroundType = 52737
And I only what to want to run the marco to make it happen ... .no dialog Box please
I got code form a coworker. but that force me to make the chose ... I want it to do it for me by reading what background is aktiv before hitting the marco. can you help
Solved! Go to Solution.