开发者

Export .xls from VBA 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜