E
Edward
Hi ,
I'm converting my code from 2003 to 2007 and one the problems I have is how
to convert colorscheme code in 2007.
I had the following code in 2003
with ActivePresentation.ColorSchemes(1)
.Colors(ppTitle).RGB = vbRed
.Colors(ppFill).RGB = vbBlue
end with
ActivePresentation.SlideMaster.ColorScheme =
ActivePresentation.ColorSchemes(1)
In 2007 this code although not generating an error , still dosn't change the
color scheme.
Can anyone provide me with some code for working with colorschemes ?
I'm converting my code from 2003 to 2007 and one the problems I have is how
to convert colorscheme code in 2007.
I had the following code in 2003
with ActivePresentation.ColorSchemes(1)
.Colors(ppTitle).RGB = vbRed
.Colors(ppFill).RGB = vbBlue
end with
ActivePresentation.SlideMaster.ColorScheme =
ActivePresentation.ColorSchemes(1)
In 2007 this code although not generating an error , still dosn't change the
color scheme.
Can anyone provide me with some code for working with colorschemes ?