Hello,
I am trying to figure this one out. The goal is, you press the macro buttons and a message gets input into the active cell with the date stamp and time stamp. The formula works, yay me! Now I need to make a section of it call from a specific sheet and cell, to make it user friendly for work. That is where I am stumbling.
The formula that works:
ActiveCell.FormulaR1C1 = "RLI 62486 " & Format(Now() "mm/dd/yyy hh:mm AM/PM")
What I need to do:
Call the 62486 part from cell A1 on a sheet titled User, so that anyone can enter a number there and the macro will use that instead.
I am trying to figure this one out. The goal is, you press the macro buttons and a message gets input into the active cell with the date stamp and time stamp. The formula works, yay me! Now I need to make a section of it call from a specific sheet and cell, to make it user friendly for work. That is where I am stumbling.
The formula that works:
ActiveCell.FormulaR1C1 = "RLI 62486 " & Format(Now() "mm/dd/yyy hh:mm AM/PM")
What I need to do:
Call the 62486 part from cell A1 on a sheet titled User, so that anyone can enter a number there and the macro will use that instead.