[mso] Re: mso Digest V4 #213
- From: "Roger" <rogerbid@xxxxxxxxx>
- To: mso@xxxxxxxxxxxxx
- Date: Sat, 20 Aug 2005 10:14:37 -0400 (EDT)
Many thanks to Larry for your quick fix to my problem and to Dian for the more
complex solution below! I shall try to master the macro after reading the link
you kindly supplied, and thank you Larry for a more immediate solution. Thanks
again, Roger------------------------------From: "Dian D. Chapman"
<dian@xxxxxxxxxxxxx>Subject: [mso] Re: Can I remove multiple frames from
a Word Document?Date: Wed, 17 Aug 2005 22:07:40 -0500This code will get rid of
all the frames and leave the text...Sub RemoveFrames()'by dian@xxxxxxxxxxxxxxxx
frm As FrameFor Each frm In ActiveDocument.Framesfrm.DeleteNext frmEnd Sub If
you don't know how to use VBA code to activate it...see this article:Sharing
Macroshttp://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=166Dian D.
Chapman, Technical ConsultantMicrosoft MVP, MOS CertifiedEditor/TechTrax
EzineFree Tutorials: http://www.mousetrax.com/techtraxFree Word eBook:
http://www.mousetrax.com/books.htmlOptimize your business docs:
http://www.mousetrax.com/consultingLearn VBA the easy way:
http://www.mousetrax.com/techcourses.html
_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way your home on the Web - http://www.myway.com
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in
the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also allow
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
Other related posts:
- » [mso] Re: mso Digest V4 #213