G
Guest
Hi all; I am relatively new with VBA. I have coding experience (through
school) so I know some of the basics, but I haven't the slightest clue how to
do this. I am trying to write a function or procedure that will go through
one column of a table that I have and format its contents. You see, I have a
huge list of serial numbers (formatted as text) that I want to use in a
query. I want to find serial numbers that match between this table and
another table that I have. Some of the serial numbers from the first table
start with an "S" and then have some numbers. The second table only has the
numbers. What I would like to do is have a function that will go through each
field of the "Serial Number" column and delete the S if there is one
(sometimes there is no "S" present in the first table). Thank you for any of
your help. Again, I am pretty new, so anything simple would be great (if at
all possible).
school) so I know some of the basics, but I haven't the slightest clue how to
do this. I am trying to write a function or procedure that will go through
one column of a table that I have and format its contents. You see, I have a
huge list of serial numbers (formatted as text) that I want to use in a
query. I want to find serial numbers that match between this table and
another table that I have. Some of the serial numbers from the first table
start with an "S" and then have some numbers. The second table only has the
numbers. What I would like to do is have a function that will go through each
field of the "Serial Number" column and delete the S if there is one
(sometimes there is no "S" present in the first table). Thank you for any of
your help. Again, I am pretty new, so anything simple would be great (if at
all possible).