ContributionsMost RecentMost LikesSolutionsRe: Keys MethodHi Tanya My application is not UniCode. I write "Armenian Phonetic ANSI". I observe when the first letter of word is a symbol (Armenian letters quantity is 39 and we use the numbers and symbols such as \, =, and so on ) begin with them testcompete types the first letter not right usually ?, but the letters after that, tescomplete types normally. Sorry for bad explanation(English is not my native language)Keys MethodHi Smartbear team I have a one small question. In one field in my exe i want to write the word in armenian phonetic ansi. I write VBObject("fielname").keys("Þ»Ýù") but the first letter testcomplete types "?" but the others 3 letters types noramlly. What to do avoid this problem (except for changing the word :) )Re: 2 the same VBObject's names in TC9My companion have already contacted support team and I create a object snapshot and my companion must send this file to support team. We shall wait the results. Thank youRe: 2 the same VBObject's names in TC9Hi all now I have the same problem in virtual machine. What is strange that sometimes the names are the same, sometimes are different. VBObject("frmPttel") VBObject("frmPttel_2"). I don't change any option. In my computer the names are the same rarely, but in virtual machine it happens often. The version is 9.10.1894.7 : Thanks.Re: 2 the same VBObject's names in TC9After updating TC9 to TC910 this problem was solved. Thank you.2 the same VBObject's names in TC9Hi When I have two the same VBObjects are visible on screen, those names are the same. The Object Spy shows the same names in TC9 for example Window("MDIClient", "", 1).VBObject("frmPttel") Window("MDIClient", "", 1).VBObject("frmPttel"), but in TC7 VBObject names are Window("MDIClient", "", 1).VBObject("frmPttel") Window("MDIClient", "", 1).VBObject("frmPttel_2"). Why in TC9 the VBObject's name are the same? Thanks in advance.Re: The process cannot access the file because it is being used by another process.This code is in VBScript. If you use Sys.OleObject("Excel.Application") write in this way Set objExcel = Sys.OleObject("Excel.Application") objExcel.Workbooks.Open(strPathExcel) ............................................................................. objExcel.DisplayAlerts = False objExcel.ActiveWorkbook.SaveAs(strPathExcel) objExcel.Quit Set objExcel = Nothing If you use DDT.ExcelDriver Set excelData = DDT.ExcelDriver(strPathExcel, sheetname) .......................................................................................... DDT.CloseDriver(excelData.Name)Re: The process cannot access the file because it is being used by another process.Hi Roberto I think that in your step 2 you have forgotten to close workbooks and quit Excel application.Re: How to get the value using header of table in excel file.Thank you very much Helen.How to get the value using header of table in excel file.Hi I want to get the value from excel file in which exists a table with headers. I can get the value writing this- fID = objSheet.Cells(excelRowN, 1).Value but writing this fID = objSheet.Cells(excelRowN, "ID").Value ("ID" the header of first column. You can see it in attachment) I get error.