hunter.t.j
New Member
- Joined
- Mar 20, 2007
- Messages
- 23
My Code:
CellAdd = ActiveCell.Offset(1, 0).Address(False, False)
CellSav = Proper(Trim(CellAdd))
Getting "COMPILE ERROR" Sub or Function Not Defined.
Any Suggestion
CellAdd = ActiveCell.Offset(1, 0).Address(False, False)
CellSav = Proper(Trim(CellAdd))
Getting "COMPILE ERROR" Sub or Function Not Defined.
Any Suggestion