Can you copy and paste this code with your alterations so it asks me what to name my file? This does what I want except the naming thing. Thanks for your response!
Sub CustomerService()
'
' CustomerService Macro
'
'
Selection.WholeStory
Selection.Font.Size = 8...
How about this one. I think I can just make one macro for each folder but I want the program to ask me what to name each file before saving. Any ideas? I think i have to add something to replace the ActiveDocument.SaveAS FileName:="xxx" xxx part. Help!
Sub CustomerService()
'
'...
Can this be done? I want it to perform these steps in this order.
1. Highlight all and change font to 8.
2. Save to one of several folers on desktop.
2.. I will be making a bunch of these macros to use with each having their own specified folder.
Need help with the starting code for this.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.