View Single Post
  #5   Report Post  
Pauba
 
Posts: n/a
Default


"Graham Mayor" wrote in message
...
That is essentially what the macro I posted does. I have modified it
slightly to cater for documents with more than one frame
Select the frame and run the macro. The text box created has the default
text box parameters.
http://www.gmayor.com/installing_macro.htm

Sub ConvertFrameToTextBox()
Selection.Frames.Delete
Selection.CreateTextbox
End Sub

I'll play around...

Thank you for your prompt help.

Pauba