Expand serial numbers that is in “001~010” format VBA

Multi tool use


Expand serial numbers that is in “001~010” format VBA
I have products that contain lot number and S/N
I would need it to be listed out but it comes in a weird format
enter image description here
I would need lot number "RS18196U" and "-" and the serial number that is applicable. EA represents the units received
I would like to use VBA to expand it as follow,
RS18196U-048
RS18196U-049
RS18196U-050
RS18196U-051
RS18196U-052
RS18196U-053
Is there a way to do this in VBA? I was trying to figure out with offset function but im quite new to this.. so Im not sure where to start.
could anyone help me out?
Thank you
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.