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.
我打开了一个 csv 文件并复制了内容。我激活了一个 excel 文件,并将 csv 文件中的复制内容粘贴到 excel 文件中。 现在,如何以编程方式关闭 csv 文件?
这应该这样做..
Workbooks("MYCSV_File.CSV").Close SaveChanges:=False