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
1 Answer