![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
How to function below the VBA to COREL script language?
怎么把下面的VBA功能转为COREL script语言 I would like to replace the bulk of N CorelDRAW 9 of the same characters in the document Sub 多文件替换文本() Dim d As Document Dim p As Page For Each d In Documents For Each p In d.Pages p.TextReplace "丁亥", "己丑", True, False p.TextReplace "2007", "2009", True, False p.TextReplace "00七", "00九", True, False p.TextReplace "OO七", "OO九", True, False p.TextReplace "oo七", "oo九", True, False p.TextReplace "零零七", "零零九", True, False Next p Next d 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 |
Replacing Characters | vindaa | CorelDRAW/Corel DESIGNER VBA | 1 | 30-12-2007 07:07 |
bulk enable email notifications - How? | Jeff Harrison | Web site suggestions | 0 | 03-11-2006 13:28 |
Is it possible to make an invisible document in coreldraw ? | enpassant | CorelDRAW/Corel DESIGNER VBA | 2 | 12-07-2006 11:16 |
How to use events from CorelDRAW.Document in my code? | me | CorelDRAW/Corel DESIGNER VBA | 2 | 30-10-2004 03:49 |
Find/Replace with CorelDraw 9 and VB 6 | sfldan | CorelDRAW/Corel DESIGNER VBA | 1 | 10-07-2003 18:44 |