Message 1 of 3
Set SheetColor

Not applicable
05-29-2014
08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning,
I am working on setting my sheetcolor in my drawing document to White, and having complications.
Here's what I've got:
Dim oColor As Color oColor = ThisApplication.TransientObjects.CreateColor(0,0,0) ThisApplication.ActiveDocument.SheetSettings.SheetColor = oColor
I've tried other things like setting it to "White" and such, but no luck.
Any help?
Thanks,
Kyle