置換WORD檔案中的關鍵字(多筆資料) |
尚未結案
|
alul
一般會員 發表:3 回覆:1 積分:0 註冊:2004-11-05 發送簡訊給我 |
請問如何置換word檔案裡的多筆關鍵字?我參考RaynorPao版大之前寫的修改如下:
Function findExecute("Execute");
Variant WordRange=ActiveDocument.OlePropertyGet("Content");
Variant WordFind=WordRange.OlePropertyGet("Find");
WordFind.OleFunction("ClearFormatting");
WordFind.Exec(findExecute << "a" << true << true << false << false << false << true << wdFindContinue << false << a << wdReplaceAll);
WordFind.Exec(findExecute << "b" << true << true << false << false << false << true << wdFindContinue << false << b << wdReplaceAll);
WordFind.Exec(findExecute << "c" << true << true << false << false << false << true << wdFindContinue << false << c << wdReplaceAll);
WordFind.Exec(findExecute << "d" << true << true << false << false << false << true << wdFindContinue << false << d << wdReplaceAll); 第一筆資料可以正常取代,但是第二筆資料就會出現"參數數目不正確"的錯誤,請問應該如何修改呢???
|
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |