Autofill based on previous table sugestion - Excel VBA

pedrovrls

New Member
Joined
Apr 17, 2019
Messages
2
Dear all,

I have the following table and what I want to do is: When I start typing the offer number (or when I finish typing it), the macro automatically copy all the information recovered from the correspondent line previously input in the table.

For example: If it type 45658552,it automatically writes in the column Country Argentina and Offer Date 15/01/19. In addition, it adds one unit in the revision field, getting Rev. 1.


[TABLE="width: 388"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Offer Number[/TD]
[TD]Rev. [/TD]
[TD]Country[/TD]
[TD]Offer
Date
[/TD]
[/TR]
[TR]
[TD]45658552[/TD]
[TD]0[/TD]
[TD]Argentina[/TD]
[TD]15/01/19[/TD]
[/TR]
[TR]
[TD]49598652[/TD]
[TD]0[/TD]
[TD]Argentina[/TD]
[TD]15/01/19[/TD]
[/TR]
[TR]
[TD]46450754[/TD]
[TD]0[/TD]
[TD]Chile[/TD]
[TD]15/01/19[/TD]
[/TR]
[TR]
[TD]46613623[/TD]
[TD]0[/TD]
[TD]USA[/TD]
[TD]15/01/19[/TD]
[/TR]
[TR]
[TD]46562203[/TD]
[TD]0[/TD]
[TD]Nigeria[/TD]
[TD]17/01/19[/TD]
[/TR]
[TR]
[TD]46562541[/TD]
[TD]0[/TD]
[TD]Nigeria[/TD]
[TD]20/01/19[/TD]
[/TR]
[TR]
[TD]46339985[/TD]
[TD]0[/TD]
[TD]Venezuela[/TD]
[TD]21/01/19[/TD]
[/TR]
[TR]
[TD]46614652[/TD]
[TD]0[/TD]
[TD]Peru[/TD]
[TD]22/01/19[/TD]
[/TR]
[TR]
[TD]46735584[/TD]
[TD]0[/TD]
[TD]Israel[/TD]
[TD]22/01/19[/TD]
[/TR]
</tbody>[/TABLE]

Thanks for your help.

Pedro
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,224,823
Messages
6,181,176
Members
453,021
Latest member
Justyna P

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