View Single Post
 
Old 03-10-2022, 12:43 PM
Charles Kenyon Charles Kenyon is offline Windows 10 Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,533
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Quote:
Originally Posted by parisfranco View Post
>Hmmm i get it....
I think putting all the text in the document to have 1 huge file and then based on dob and zodiac it would delete the obsolete...
how hard is it to learn macros?
Autotext does not delete text? Just adds it?
Learning to program in vba is like learning anything. You start. You learn. You make mistakes. You learn from the mistakes. See Word Macros and Visual Basic for Applications (VBA) FAQ. The more programming experience you have using other languages the easier it is, I would guess. It is not overnight, but you can start using and writing macros that help you very quickly. UserForms are a layer above vba. You do not need to know everything about vba to use them, but some basic knowledge is almost required.
AutoText does not delete, no, but you can use a Building Blocks Content Control or an AutoTextList Field to simply select what you want. The AutoText/Building Block is stored in template. That template can be your document template or it can be a global template.
I believe that using AutoText/Building Blocks is likely easier than jumping into using a UserForm but it does require a basic understanding of templates and building blocks so that it stays available to you.
Reply With Quote