WD2000: Setting FramesetBorderWidth Fails to Change ValueID: Q220212
|
When you attempt to set a frame page border width to a value less than .05 pt. (points) or greater than 1584 pt. (points) using the Visual Basic for Applications FramesetBorderWidth property, the frame page border width does not change and you do not receive an error message.
The frame border width measurement must be between 0.05 pt. and 1584 pt.
Microsoft provides programming examples for illustration only, without warranty
either expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes that you
are familiar with the programming language being demonstrated and the tools used to
create and debug procedures. Microsoft support professionals can help explain the functionality
of a particular procedure, but they will not modify these examples to provide added
functionality or construct procedures to meet your specific needs. If you have limited
programming experience, you may want to contact a Microsoft Certified Solution Provider
or the Microsoft fee-based consulting line at (800) 936-5200. For more information about
Microsoft Certified Solution Providers, please see the following page on the World Wide Web:
http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/support/supportnet/overview/overview.aspTo set the FramesetBorderWidth property to zero using Visual Basic for Applications, you can achieve the same effect by turning off the displaying of frame page borders. For example, the following command line turns off the display of frame page borders:
ActiveWindow.ActivePane.Frameset.FrameDisplayBorders = False
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
For more information about FramesetBorderWidth, in the Visual Basic Editor, click
Microsoft Visual Basic Help on the Help menu, type FramesetBorderWidth property in
the Office Assistant or the Answer Wizard, and then click Search to
view the topic.
Additional query words: vba
Keywords : kbdta kbwordvba wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 19, 1999