Reputation: 425
VB.NET level:Beginner
On my interface user defines a name of the case in a textbox. I want to use this name as a filename for my excel workbook.
Is there any way to do this?
Following statement gives either no exception or error, but it is not doing what I want to do.
oWB.savecopyas("D:\"val(textbox1.text)".xlsx")
Thanks in advance
Upvotes: 0
Views: 1488