Hi everyone!
I'm having some difficulties to find the correct code to do this.
The workbook is pretty basic, it has a unique userform to enter data. I need an inputbox to prompt the user to specify a date and export it to a text file.
All the data from the userform goes to one sheet ("CAE") and i just need to export the B column.
For this example: i need to lookup for all the entries "05/09/2019" and export the users of only those dates.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date (data to find)[/TD]
[TD]User (data to export)[/TD]
[/TR]
[TR]
[TD]05/01/2019[/TD]
[TD]nforti[/TD]
[/TR]
[TR]
[TD]05/01/2019[/TD]
[TD]nforti[/TD]
[/TR]
[TR]
[TD]05/09/2019[/TD]
[TD]mpedrido[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]jberisso[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]amoreno[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]rdragun[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you very much in advance for your help!
I'm having some difficulties to find the correct code to do this.
The workbook is pretty basic, it has a unique userform to enter data. I need an inputbox to prompt the user to specify a date and export it to a text file.
All the data from the userform goes to one sheet ("CAE") and i just need to export the B column.
For this example: i need to lookup for all the entries "05/09/2019" and export the users of only those dates.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date (data to find)[/TD]
[TD]User (data to export)[/TD]
[/TR]
[TR]
[TD]05/01/2019[/TD]
[TD]nforti[/TD]
[/TR]
[TR]
[TD]05/01/2019[/TD]
[TD]nforti[/TD]
[/TR]
[TR]
[TD]05/09/2019[/TD]
[TD]mpedrido[/TD]
[/TR]
[TR]
[TD]
05/09/2019
<strike></strike>[/TD]
[TD]jberisso[/TD]
[/TR]
[TR]
[TD]
05/09/2019
<strike></strike>[/TD]
[TD]amoreno[/TD]
[/TR]
[TR]
[TD]
05/09/2019
<strike></strike>[/TD]
[TD]rdragun[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you very much in advance for your help!