$$Excel-Macros$$ excel + vba + html

2009-10-06 Thread Ane
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

$$Excel-Macros$$ Array + String + Compare

2009-06-18 Thread 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

$$Excel-Macros$$ find word code

2009-06-12 Thread Ane
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