![]() |
|
|
|
#1
|
|||
|
|||
|
Hi!
Here is a code I use from Graham Mayor : Code:
Sub Save2Places() 'Written by Graham Mayor Dim strFileA, strFileB, strFileC, strFileD ActiveDocument.Save strFileA = ActiveDocument.Name 'Write down your directory here: strFileB = "c:\temp\" & strFileA strFileC = "c:\mydocs\" & strFileA strFileD = ActiveDocument.FullName ActiveDocument.SaveAs FileName:=strFileB ActiveDocument.SaveAs FileName:=strFileC ActiveDocument.SaveAs FileName:=strFileD End Sub |
|
#2
|
|||
|
|||
|
Thank you Souriane!
forgive me for asking, but how do i find the path for my destination in my Mac and and after I've found them, how do i code them in the macro. Thank you! |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Saving to two Locations Simultaneously | WilltheGrill09 | Word | 5 | 03-15-2024 03:15 PM |
| Mail Merge to multiple employees in multiple locations as PDF by location | GFiz | Mail Merge | 1 | 05-13-2017 08:01 PM |
Auto-fillin in multiple locations
|
laura@knott | Word VBA | 2 | 10-18-2013 08:11 AM |
| Can't set document locations in Word 2003 | puedeba2004 | Word | 0 | 07-31-2013 05:02 PM |
Deleting Mail from Multiple Locations
|
Blacker | Outlook | 3 | 09-19-2011 01:05 PM |