B
Bubba
I need some help to count the number of "." characters within a particular
cell and return this value to another cell using VBA. For Example in Column A
I have the following:
WBS 56OC-0000700
WBS 56OC-0000700.01
WBS 56OC-0000700.01.10
WBS 56OC-0000700.01.10.10
WBS 56OC-0000700.01.10.10.10
WBS 56OC-0000700.01.10.10.20
WBS 56OC-0000700.01.10.10.30
WBS 56OC-0000700.01.10.10.40
WBS 56OC-0000700.01.10.10.50
This script will need to be in a Macro to loop through each row and count
the number of period (".") characters encountered. For each row I will store
this value in the column using the variable 'DescCol'. Any help is
appreciated! Thanks!
cell and return this value to another cell using VBA. For Example in Column A
I have the following:
WBS 56OC-0000700
WBS 56OC-0000700.01
WBS 56OC-0000700.01.10
WBS 56OC-0000700.01.10.10
WBS 56OC-0000700.01.10.10.10
WBS 56OC-0000700.01.10.10.20
WBS 56OC-0000700.01.10.10.30
WBS 56OC-0000700.01.10.10.40
WBS 56OC-0000700.01.10.10.50
This script will need to be in a Macro to loop through each row and count
the number of period (".") characters encountered. For each row I will store
this value in the column using the variable 'DescCol'. Any help is
appreciated! Thanks!