VBA- Auto Increment Number each time data was introduced to a new row

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
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
In that case we can't / won't do your work for you !!.....mainly 'cause we don't get the credits when you pass !
However, you probably need to look at
1. Why use VBA, when a formula will do it ?
2. An IF statement in cell A6 to see if there is anything in B6
3. An IF/AND statement in cell A7 to see if there is anything in B7 AND anything in A6

If you must have VBA, you will need to post what code you have done already.... and what does / doesn't work for you !!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,240
Members
448,555
Latest member
RobertJones1986

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top