Thanks for pointing me in the right direction. I found the simplest way of doing this is creating a macro to copy and paste the dates. Also, in order to get it to update automatically when you open the workbook (which basically runs the macro whenever you open the workbook), I renamed the macro...
This might be something simple to do, but I cannot figure out how to do it. I know how to link cells so where the information will be updated or inserted in another sheet. However, I do not know how to link the format of the cell.
This is basically what I'm trying to do. I have "sheet...
Ok, I'm looking through some fortran code and there is a variable "tk2" in it. Then there is a "tk2fac" that is used in an equation computing "tk2". However, "tk2fac" is not being used or initialized anywhere else in the program. I just wanted to know if...