M
Me
I'm curious as to whether a macro can be created to be used in Word 2003. I
would need the macro to do the following:
1. Begin the macro on the first page of the document.
2. Find the first occurrence of )@(
3. Hide all text until it finds the first occurrence of )^(
4. It should loop through the entire document hiding all text between these
two character fields. The text between the two characters will be of varying
length.
This would be the data before running the macro:
)@( Now is the time for all good men to come to the aid of their country.
)^( Wednesday, March 7, 2007. )@( Now is the time for all good men to come
to the aid of their country. )^( )@( Now is the time for all good men to
come to the aid of their country. )^( Outage Expectations. )@( Now is the
time for all good men to come to the aid of their country. )^(
This should be the result after running the macro:
Wednesday, March 7, 2007. Outage Expectations.
Is this possible?
FYI -- I don't have any knowledge of VB, and my macro knowledge is suspect.
Thank you.
would need the macro to do the following:
1. Begin the macro on the first page of the document.
2. Find the first occurrence of )@(
3. Hide all text until it finds the first occurrence of )^(
4. It should loop through the entire document hiding all text between these
two character fields. The text between the two characters will be of varying
length.
This would be the data before running the macro:
)@( Now is the time for all good men to come to the aid of their country.
)^( Wednesday, March 7, 2007. )@( Now is the time for all good men to come
to the aid of their country. )^( )@( Now is the time for all good men to
come to the aid of their country. )^( Outage Expectations. )@( Now is the
time for all good men to come to the aid of their country. )^(
This should be the result after running the macro:
Wednesday, March 7, 2007. Outage Expectations.
Is this possible?
FYI -- I don't have any knowledge of VB, and my macro knowledge is suspect.
Thank you.