Hi,
I have created an "Issue" log in excel where the macro is clicked and the user can fill out the userform that when submitted automatically populates the excel sheet and assigns it a "Ticket #". I have a separate Macro that is used to select a "Ticket #" so that the information can be updated and that information is dropped into different cells.
My issue:
In each userform I have a "Date" field where the date is automatically populated. No problems at all when submitting a new issue. The date is submitted to column C.
In the update issue userform the "Date" field is again automatically populated with current date and once submitted is populated in column G. When the "Ticket #" is selected though it wipes out the automatic date in the userform because the cell in column G is blank.
Is there a way where once the ticket is selected the "Date" field will not be wiped out?
Thanks
I have created an "Issue" log in excel where the macro is clicked and the user can fill out the userform that when submitted automatically populates the excel sheet and assigns it a "Ticket #". I have a separate Macro that is used to select a "Ticket #" so that the information can be updated and that information is dropped into different cells.
My issue:
In each userform I have a "Date" field where the date is automatically populated. No problems at all when submitting a new issue. The date is submitted to column C.
In the update issue userform the "Date" field is again automatically populated with current date and once submitted is populated in column G. When the "Ticket #" is selected though it wipes out the automatic date in the userform because the cell in column G is blank.
Is there a way where once the ticket is selected the "Date" field will not be wiped out?
Thanks