MrHuge
Board Regular
- Joined
- Jun 23, 2005
- Messages
- 219
Hi i have a question regarding Form Entry.
I have a form with a whole lot of data in it that pastes itself into the appropriate columns on a submit.
At the Moment i use
Is there a way i can reference this to a column header, or a defined name column?
This causes issues if someone inserts a column into the spreadsheet, the data ends up in the wrong column.
Cheers
I have a form with a whole lot of data in it that pastes itself into the appropriate columns on a submit.
At the Moment i use
Code:
Cells(ActiveCell.Row, 4) = LocationCB
This causes issues if someone inserts a column into the spreadsheet, the data ends up in the wrong column.
Cheers