07-07-2011, 06:42 PM
I have implemented above code but I am getting "Type mismatch: 'environment'" error on code line :
I have created one excel file and put TestName in first row and first column.
Code:
sh.cells(i,1).Value = environment("TestName")
I have created one excel file and put TestName in first row and first column.