Hi guys i am not new to programming but for some time that i dont write nothing. At the moment i am trying to create a small code quit easy i would say and while testing in fake data works but with the real data doesnt.
I have a loop running through all the used cells looking for a specific string althrough i want to grab some info and keep going on each cicle i dont know how to validate if cell contains a double number only, if contains a string and a double number, if is empty or if has spaces......
Using instr i can find the string i need.
Using isempty i detect empty cells
Well with the irregular spaces is my problem so what can i do to detect or validate if that cell contains spaces only?
I have a loop running through all the used cells looking for a specific string althrough i want to grab some info and keep going on each cicle i dont know how to validate if cell contains a double number only, if contains a string and a double number, if is empty or if has spaces......
Using instr i can find the string i need.
Using isempty i detect empty cells
Well with the irregular spaces is my problem so what can i do to detect or validate if that cell contains spaces only?