VBA 到 VB.NET Excel 文件保存问题
我需要将 VBA 应用程序移植到 VB.NET,只有一个问题 excel 无法保存我的模板。
Excel 打开正确的文件,它向我显示保存文件对话框,只有一个问题,它不会保存任何文件,但是它不会给我错误,但不会返回文件路径,因为它不保存随处归档。
Filepath = Xl.GetSaveAsFilename("", "Excel file (*.xls), *.xls", , "titel")
GeluidschermUserform.Excelfilenaam.Text = Filepath
I need to port a VBA app to VB.NET, there is only one problem excel won't save my template.
Excel opens the right file and it shows me the save file dialog, only one problem it won't save any file, however it won't give me an error but won't return me the file path because it doesn't save the file anywhere.
Filepath = Xl.GetSaveAsFilename("", "Excel file (*.xls), *.xls", , "titel")
GeluidschermUserform.Excelfilenaam.Text = Filepath
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)