M
MilleniumPro
Hello all,
I have no idea how to write VB and have spent an extensive a mount of time
doing trial and error. The following code is what I currently use that does
the following:
It updates columns A and B to uppercase letters when a user enters a
lowercase one, and it updates certain columns with current date and time
that data was entered in the cell to the left. As of yesterday, I thought
this was working, however when I opened the sheet today, all of the times
and date updated to the time I opened the sheet. The idea is to have the
cells value never change once it is populated with the timestamp. Please
look at the code and provide any guidance as needed.
I would also like to know the following:
1.How can I modify the code to add or remove colums from the code for each
of the uppercasing or the timestamping?
2. When adding other functions in VBA, I find them by themselves online,
like the timestamp was something that was by itself, yet I already had the
code set up for the uppercase function. It took me forever of trial and
error to combine the 2 so that they would work. Please describe how to
combine code when 2 private subs are found that could be useful together on
a single worksheet.
Thanks in advance
I have no idea how to write VB and have spent an extensive a mount of time
doing trial and error. The following code is what I currently use that does
the following:
It updates columns A and B to uppercase letters when a user enters a
lowercase one, and it updates certain columns with current date and time
that data was entered in the cell to the left. As of yesterday, I thought
this was working, however when I opened the sheet today, all of the times
and date updated to the time I opened the sheet. The idea is to have the
cells value never change once it is populated with the timestamp. Please
look at the code and provide any guidance as needed.
I would also like to know the following:
1.How can I modify the code to add or remove colums from the code for each
of the uppercasing or the timestamping?
2. When adding other functions in VBA, I find them by themselves online,
like the timestamp was something that was by itself, yet I already had the
code set up for the uppercase function. It took me forever of trial and
error to combine the 2 so that they would work. Please describe how to
combine code when 2 private subs are found that could be useful together on
a single worksheet.
Thanks in advance