Message 1 of 4
Background image

Not applicable
09-03-2009
01:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there.
I'm trying to make a simple macro to change back to my standard desktop background image.
I have come this far with my limited macro knowledge:
Public Sub Revertbackground()
ThisApplication.ColorSchemes.BackgroundType = kImageBackgroundType
ThisApplication.ColorSchemes.Item.ImageFullFileName.......
End Sub
Can anyone help me with the functionality of ImageFullFileName?
Kjetil
I'm trying to make a simple macro to change back to my standard desktop background image.
I have come this far with my limited macro knowledge:
Public Sub Revertbackground()
ThisApplication.ColorSchemes.BackgroundType = kImageBackgroundType
ThisApplication.ColorSchemes.Item.ImageFullFileName.......
End Sub
Can anyone help me with the functionality of ImageFullFileName?
Kjetil