sub command1_click()open "D:\1.txt" for output as #1 '这里的路径和文件名是一个示例print #1, "text1=" & text1.textprint #1, "text2=" & text2.textclose #1end sub在别人电脑上怎么可能直接存到你的电脑里呢?不要做梦了