Hi,
I have a Word document which within it contains Text Boxes and a Table that I have inserted using Insert table and the Text Box drawing tool which Word provides on the toolbar, this text box has not been drawn using the VBA toolbar.
The problem is how do I in code refer to these text boxes etc. I can refer to text boxes created through the VBA toolbox as these have properties etc, but these text boxes do not, is there a way in which this is possible. I need to use these text boxes as the user has to paste in text. VBA text boxes will not let me paste in any text, the text just appears above the text box. Any ideas?.
The reason I am doing this is so that when a user pastes insome text into the text boxe(s), the text will then be formatted for them etc automatically.
But I have a problem whichever method I use.
I have a Word document which within it contains Text Boxes and a Table that I have inserted using Insert table and the Text Box drawing tool which Word provides on the toolbar, this text box has not been drawn using the VBA toolbar.
The problem is how do I in code refer to these text boxes etc. I can refer to text boxes created through the VBA toolbox as these have properties etc, but these text boxes do not, is there a way in which this is possible. I need to use these text boxes as the user has to paste in text. VBA text boxes will not let me paste in any text, the text just appears above the text box. Any ideas?.
The reason I am doing this is so that when a user pastes insome text into the text boxe(s), the text will then be formatted for them etc automatically.
But I have a problem whichever method I use.