Need VBA Code Help

Does anyone know the VBA code to allow formatting within a table inside a protected template in Word 2003. Specifically, being able to allow BOLD type would suffice.



Answer this question

Need VBA Code Help

  • kyeran

    Hi Spotty

    I thought this forum was called "Visual Basic for Applications (VBA)".

    Peter Mo.


  • Nathan Jaynes

    That's what seems clear to me, but Spotty has spent much time straightening us out lately, without contributing to any answers.

    To the original question, I need to ask a few questions:

    Do you know the password of the protected template Do you know which sections are protected, and the mode of protection



  • lotusvball

    These forums are design for VB.NET and not older versions of VB(6/5/4/3/2/1) or VBA which are very different products.

    However you're trying to do this all withing word within word you may find some more assistance in following which specifcially deals with MS Office develepment

    · Office Automation: office.developer.automation newsgroup

    http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.automation&lang=en&cr=US

    If you are proposing using VB.Net application to access the word object model another useful location may be the

    · Working with the Office Primary Interop Assemblies (PIA): office.developer.automation newsgroup

    http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.officedev&lang=en&cr=US


  • Need VBA Code Help