Just change the default value of the offset column variable. For example:
Instead of:
Optional ByVal ColOffset As Long = 1&, _
use:
Optional ByVal ColOffset As Long = 2&, _
--
Gary''s Student - gsnu200773
"Rodrigo" wrote:
Ok i figured out how to do a time stamp, but know i am trying to format the
rule that JE McGimpsey provides in his website. So that the date stamp does
not appear in next cell but in another cell. Below is a link with the example
of the rule.
http://www.mcgimpsey.com/excel/timestamp.html
Thanks