標題:
我使用Dictionary,執行時卻出現Automation 錯誤找不到指定的模組
[打印本頁]
作者:
imingho
時間:
2014-8-12 09:39
標題:
我使用Dictionary,執行時卻出現Automation 錯誤找不到指定的模組
我的環境是
windows xp sp3
office 2003
執行下列程式就會出現
執行階段錯誤 '-2147024770(8007007e)':
Automation 錯誤
找不到指定的模組。
[attach]18886[/attach]
Private Sub CommandButton1_Click()
Set dictAbse0 = CreateObject("Scripting.Dictionary") 'An alternative
dictAbse0.Add "1", 23
Debug.Print dictAbse0("1")
End Sub
請問有人遇過這樣的問題,要如何解決.
作者:
s90068
時間:
2014-8-12 22:30
我用Excel 2010試你的程式碼,沒問題呀。
作者:
GBKEE
時間:
2014-8-13 06:12
回復
1#
imingho
Office 重新安裝試試看
作者:
imingho
時間:
2014-8-13 08:37
回復
3#
GBKEE
謝謝各位,我昨天想說把所有的dll重新註冊,看可不可解決,結果執行完就可以用.
所有的dll重新註冊語法:
在dos模式下執行
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
作者:
GBKEE
時間:
2014-8-13 09:13
回復
4#
imingho
這樣就省掉重新安裝.
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)