2024年3月27日

[WORD VBA] Paragraphs.Add

 Paragraphs.Add 會將 Paragraphs set 增加一個 paragraph, 但是返回的並不是新增的而是新增之前倒數一個 paragraph.

2024年3月25日

2024年3月13日

將目錄建立在虛擬磁碟機 - Subst

 建立路徑與磁碟機代號之間的關聯。

(all user)

REGEDIT4 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices] 
"Z:"="\\??\\C:\\Documents and Settings\\All Users\\Shared Documents"

(personal)

SUBST [drive1: [drive2:]path]

SUBST drive1: /D


  drive1:        指定您要指派路徑的虛擬磁碟機。

  [drive2:]path  指定您要指派給虛擬磁碟機的實際

                 磁碟機與路徑。

  /D             刪除取代的 (虛擬) 磁碟機。


鍵入 SUBST 而不加任何參數,即可顯示目前虛擬磁碟機的清單。