I am just wondering how this is possible. I am working on a project for work to make things automatic, but I am having a struggle to find a way to have the VBA to save it as a name that is on the form. I have show the formula in D2 that is in D3. I want the file name to be what is in D3, but it will be on a xmlx as this vba will live in a different workbook.
[TABLE="class: grid, width: 530"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Tomato[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Product Number[/TD]
[TD]Product 1234[/TD]
[TD][/TD]
[TD]=CONCATENATE(B2," ",B1,TEXT(TODAY(),"yyyy-mm-dd"))
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD] [/TD]
[TD] [/TD]
[TD][/TD]
[TD]Product 1234 Tomato2019-07-03[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 530"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Tomato[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Product Number[/TD]
[TD]Product 1234[/TD]
[TD][/TD]
[TD]=CONCATENATE(B2," ",B1,TEXT(TODAY(),"yyyy-mm-dd"))
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD] [/TD]
[TD] [/TD]
[TD][/TD]
[TD]Product 1234 Tomato2019-07-03[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: