rrocker1405
Member
Hi,
what is the correct way to include a formula to a filled column range for example
Column A is filled from A1: a38 and I want my formula to included in column A39 what should be the syntax?
I'm using the following formula to identify the last row lastrow
ActiveSheet.UsedRange.Rows(ActiveSheet.UsedRange.Rows.Count).Row
Please advise...
Thanks in advance.
what is the correct way to include a formula to a filled column range for example
Column A is filled from A1: a38 and I want my formula to included in column A39 what should be the syntax?
I'm using the following formula to identify the last row lastrow
ActiveSheet.UsedRange.Rows(ActiveSheet.UsedRange.Rows.Count).Row
Please advise...
Thanks in advance.