![]() |
#1
|
|||
|
|||
![]()
We use a custom label within all out proofs that includes an artist/designer name. In doing so whenever we get a request for a reprint we create a duplicate of the design within the same file. We just move it over next to the previous. Change the date with a macro and change the artist manually as it's not always the same person. I hate typing so with Shelby Moore's help I came up with this toggle macro to easily switch between names. Select the name then hit the macro icon on the toolbar.
Mind you, this is for X7 and not tested otherwise. And, yes, there are only two of us at this time. Add any other artist and.... Sub ChangeArtistName() Dim s As Shape Set s = ActiveShape If s.Text.Story = "Myron" Then s.Text.Story = "Linda" Exit Sub End If If s.Text.Story = "Linda" Then s.Text.Story = "Myron" End If End Sub |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
X5 Error using Vba replace | knowbodynow | CorelDRAW/Corel DESIGNER VBA | 5 | 12-05-2010 17:22 |
Replace object | admold | CorelDRAW/Corel DESIGNER VBA | 3 | 20-09-2008 16:31 |
Replace color | admold | CorelDRAW/Corel DESIGNER VBA | 4 | 18-08-2008 19:04 |
Actual Replace | vindaa | CorelDRAW/Corel DESIGNER VBA | 11 | 22-05-2008 21:20 |
Help with Replace Macro | Pumpkin_Masher | Macros/Add-ons | 1 | 21-09-2005 15:41 |