Message 1 of 13
How to remove yellow color
Not applicable
01-11-2006
06:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just this code from "How to make a layout active,reply by R.Robert Bell,at
6/23/2004",and then tested it,but in VBA editor window ,display the yellow
color.
I really don't know how to remove it and what happened,would you inform to
me,to guide me on true way.
Thanks for your suggest and your help.
Sub Test()
ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")
End Sub
note; my layout only there are "layout1,layout2"
6/23/2004",and then tested it,but in VBA editor window ,display the yellow
color.
I really don't know how to remove it and what happened,would you inform to
me,to guide me on true way.
Thanks for your suggest and your help.
Sub Test()
ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")
End Sub
note; my layout only there are "layout1,layout2"