开发者

Export .xls from VBA Excel

开发者 https://www.devze.com 2023-03-06 12:51 出处:网络
Can anyone help me with a way to export a .xls file to a specific folder with the data I have in the current excel?

Can anyone help me with a way to export a .xls file to a specific folder with the data I have in the current excel?

More specific: I 开发者_JS百科have a function that fills some cells in the excel file. But I would like to export that data into a separate file, not into the one where I am currently working.


I think you're looking for:

ActiveWorkbook.SaveAs path & "\filename"
0

精彩评论

暂无评论...
验证码 换一张
取 消