hotseetotsee
New Member
- Joined
- Dec 20, 2016
- Messages
- 7
Hello! I am new to excel VBA and I need a bit of help.
I have a table that have columns such as ID, Name, Duration and etc respectively.
Okay, so the requirements stated requires me to:
Is this possible? If it is, please help! Much thanks
I have a table that have columns such as ID, Name, Duration and etc respectively.
Okay, so the requirements stated requires me to:
- Make the ID column as non-editable, which I have done by locking the ID column ONLY https://www.dropbox.com/s/z066x75x78w852u/VBA cells locked.png?dl=0
- Next, the ID column for the first row (which is A6) need to self-initiate ID as 1 when I write data into Name, Duration and other columns of the row. This is the part where I lost for solutions. https://www.dropbox.com/s/ncaajqex8yweydd/VBA self-initiate ID in IDCells.png?dl=0
Is this possible? If it is, please help! Much thanks