|
▼脱 初心者 さん:
>母国語のサイトを探されるのが、一番では?
i did not find related articles in Chinese website.
so i came here looking for a solution for this problem.
>
>>>そして、A.XLSの変数は初期値になります。
>>「初期値になる」は、どうやって知りえたのですか?
>
>私からの質問は、無視ですか?
>
>だったら、「これから回答しようか」と考えている人の意欲も
>削がれますね。
Sorry for forgetting answer that question.
「初期値になる」means Public variable's value turned to Null.
for example, a variable sTmp = "c:\test.ini" before calling b.xls.
but while b.xls was shutted down,sTmp turns to "".
The result is unacceptable.
>>これは異常中止です。
>
>タイマーイベントだから、異常中止とは思えませんが
>あなたにとっての、「正常」は どういう状態を
>指していますか?
After call closeing b.xls function,the rest code in a.xls must run.
but marco stop right over there(closeing b.xls function).it's also the cause of sTmp ="".
Rest code in a.xls keep working and Public variable's value be hold is all i want.
|
|