as a
link.
I would like to export it as a page and I would like to see all my
buttons and codes working properly.
I would like to know if is there any possibility to do it.
could someone help me?
Thanks a lot.
kind regards.
Ane
dSheet(Counter)
End If
Next Counter
This code is working. but do not leave out the cells with "D"...
But now I would like to refine it..
So the question is...
how Can I verify if a value into a array position contain or not the
characte
te code to ThisWorkbook module
FWord = "ThisWorkbook"
For I = 1 To WB.VBProject.VBComponents.Count
If WB.VBProject.VBComponents.Item(I).Name = FWord Then
Exit For
End If
Next
If Not WB.VBProject.VBComponents.Item(I).CodeModule Is Nothing
The