I'd like to ask you this question: I have in column B of my Excel worksheet these cells
- B1: Ciao / text
- B2: stackoverflow / text
- B3: =A1+A3 / formula (example)
- B4: Fabio / text
I want to select only B1, B2, B4; in other words I want to select ONLY CELLS OF COLUMN B WHICH CONTAIN A TEXT, NOT A FORMULA
Is it possible do that in a code as:
rng = 'I DON'T KNOW'
For Each cella In rng
..