Hello everyone,
I am facing a problem I never had so far while using vba : a specific lign of code bloc the programm and make a window appear but it is supposedly not supposed to do so. The window isn't an Excel control or anything, just a normal file directory's window asking me to select a file in order to "update values". I have no idea of what this is supposed to mean and I really don't think I am supposed to get this because the ligns in question are as follows :
which only purpose is to set the formula in the cell (17 for instance) as "=IF(OR((H17<>"");(F17<>"");(E17<>""));SEARCH("zzz";B$9:$B17);"")
but certainly not to cause the other window to appear !
Does anyone has ever encountered this problem or has any idea ?
Thank you for reading,
Marie
I am facing a problem I never had so far while using vba : a specific lign of code bloc the programm and make a window appear but it is supposedly not supposed to do so. The window isn't an Excel control or anything, just a normal file directory's window asking me to select a file in order to "update values". I have no idea of what this is supposed to mean and I really don't think I am supposed to get this because the ligns in question are as follows :
Code:
[FONT=Verdana]Cells(myRow, 1).FormulaR1C1 = "=IF(OR((RC[5]<>""""),(RC[3]<>""""),(RC[2]<>"""")),LOOKUP(""zzz"",R9C[1]:RC[1]),"""")"
[/FONT]
which only purpose is to set the formula in the cell (17 for instance) as "=IF(OR((H17<>"");(F17<>"");(E17<>""));SEARCH("zzz";B$9:$B17);"")
but certainly not to cause the other window to appear !
Does anyone has ever encountered this problem or has any idea ?
Thank you for reading,
Marie
Last edited: