littlepete
Well-known Member
- Joined
- Mar 26, 2015
- Messages
- 507
- Office Version
- 365
- Platform
- Windows
hello ...
it's a pity that internet gives so much wrong answers...
so this is my question:
if i want to go through all cells in a row one by one and skip the cells that have a formula, should it be:
If Range(nieuwerij & dezekolom).HasFormula() = True Then GoTo next
(nieuwerij=new row; dezekolom = this column)
at the start i put dim 's for both names and in the rest of the vba they work well... so why is it not working???
thank you again !!!
it's a pity that internet gives so much wrong answers...
so this is my question:
if i want to go through all cells in a row one by one and skip the cells that have a formula, should it be:
If Range(nieuwerij & dezekolom).HasFormula() = True Then GoTo next
(nieuwerij=new row; dezekolom = this column)
at the start i put dim 's for both names and in the rest of the vba they work well... so why is it not working???
thank you again !!!