B
Bruno G.
Hello!
Word 2003 SP1 on Windows XP Pro SP2
I have a strange thing happening... I created a sub that will
generate all sorts of Styles automatically.
One of the Style is an Outline Numbered List with Picture Bullets. I
finally found a way to create the Style correctly, but when the code
executes the .ApplyPictureBullet method, a
strange Project appears in the Project Explorer window.
It's displayed as 'Project ()', it doesn't appear in the Documents
collection, but has a 'ThisDocument' object. It also has a reference to
Normal.
I can save it using the 'Save' button in the VBE (the default name is '1',
not 'Doc1' as would be expected). When reopening it, it contains a series
of images I used for Picture Bullets.
Is there a way to get rid of this project ? Or prevent it's appearance?
Thanks
Bruno G.
Word 2003 SP1 on Windows XP Pro SP2
I have a strange thing happening... I created a sub that will
generate all sorts of Styles automatically.
One of the Style is an Outline Numbered List with Picture Bullets. I
finally found a way to create the Style correctly, but when the code
executes the .ApplyPictureBullet method, a
strange Project appears in the Project Explorer window.
It's displayed as 'Project ()', it doesn't appear in the Documents
collection, but has a 'ThisDocument' object. It also has a reference to
Normal.
I can save it using the 'Save' button in the VBE (the default name is '1',
not 'Doc1' as would be expected). When reopening it, it contains a series
of images I used for Picture Bullets.
Is there a way to get rid of this project ? Or prevent it's appearance?
Thanks
Bruno G.