I've created a toolbar using Word VBA that's created when Word is launched (using standard methods). The problem is that when I set the up/down state of a button for the current document, the button state in every document is changed...
I want to add a new tab to the "New" dialog in Word (2000/XP). When that tab is clicked I want to see files from a particular directory. Is there anyway of doing this without recreating the entire dialog?
Thanks
Hi I hope someone can help...
Is there any way of disabling the "Customize..." command that appears after a right-click on the empty part of the toolbar area?
I've made a custom Word template with it's own toolbars & menu items. I don't want the users to be able to change the...
I'm using VBA to add a control to Word at run-time. I'm using the following code to add a checkbox:
Dim m_shape As InlineShape
Dim WithEvents m_check As MSForms.CheckBox
Set m_shape = Selection.InlineShapes.AddOLEControl(ClassType:="Forms.checkbox.1")
Set m_check =...
I'm using VBA to add a control to Word at run-time. I'm using the following code to add a checkbox:
Dim m_shape As InlineShape
Dim WithEvents m_check As MSForms.CheckBox
Set m_shape = Selection.InlineShapes.AddOLEControl(ClassType:="Forms.checkbox.1")
Set m_check =...
I'm using VBA to add a control to Word at run-time. I'm using the following code to add a checkbox:
Dim m_shape As InlineShape
Dim WithEvents m_check As MSForms.CheckBox
Set m_shape = Selection.InlineShapes.AddOLEControl(ClassType:="Forms.checkbox.1")
Set m_check =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.