Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Word 2003 では、次を使用します。
Call modulename.subname(passvar)
Word 2010 では、実行時エラー 13 エラー タイプの不一致が表示されますか? 何か案は?
Subsubnameで期待する引数の型を指定し、passvarその型と一致しない可能性があります (おそらく、宣言しておらず、として渡されているためObject) 。
subname
passvar
Object