ContributionsMost RecentMost LikesSolutionsExcel - Write Value/Add Row questions Is it now possible to use TestComplete's "Excel - Write Value" and "Excel - Add Row" to read/write multiple rows of info in Excel? I read the post that makes it possible to read/write in a single cell, but it doesn't take into account if you wanted to do the same for say, 10 ... 20 ... 50 cells. I know that it is possible using JScript as I am currently using a script written by someone with more knowledge than I have, but I am a real novice when it comes to this stuff and was hoping for something a little more user friendly. Additionally, as I understand it, JScript is kinda being retired soon in favor of Javascript so I was hoping to get ahead of the game. Thanks. SolvedRe: Please support up-to-date versions of CEF (Chromium Embedded Framework), at least 108 I'm encountering the same issue, I think. While I'm not sure that our framework was upgraded to CEF v108, I do know that TestComplete was recognizing our GUI objects at the end of January, but now they're not. Thx for bringing this up TestComplete Fatal error when trying to update to 14.73.382.7 Greetings, I received a fatal error when I tried to update to the latest version of TestComplete (14.73.382.7). Please advise. (Error message attached) Kevin SolvedRe: No Object property? Sorry, didn't mean to generalize (or assign a gender) ... was just trying to post a quick question between meetings. I'm not exactly seeing where this is showing how to do an "Object checkpoint" but just a "Property Checkpoint." Am I missing something? My problem is, I'm trying to test various cells in a listbox and cannot combine the testing of each cell into one test. I usually handled that using the "Object checkpoint," but cannot find that anymore. Kevin No Object property? Did you guys get rid of the Object property checkpoint with the latest rev? I really need that checkpoint. Kevin Re: Testing for Current Date in a Text Box Hi! I thought about it a little bit and figured it out. This was the code I used. Thanks for your input though! function showPresentDate() { dt = new Date(); //Gets today's date right now (to the millisecond). month = dt.getMonth()+1; day = dt.getDate(); year = dt.getFullYear(); presentdate = month + '/' + day + '/' + year; aqObject.CheckProperty(Aliases.ceraexe0.dlgServices.EditReceived, "wText", cmpEqual, presentdate); } Kevin Kleint Testing for Current Date in a Text Box Hi! I'm trying to find a way to test for the current date in a text box (formatted as MM/DD/YYYY). Is there a way to do this using the front end? If not, what would the code look like using JScript? Thanks! Kevin Kleint What happened to the Object Checkpoint? Hi all, What happened to the Object Checkpoint? I don't see it available anymore. If they removed it, that's too bad, it was really useful. Kevin SolvedRe: Office 2016 upgrade - TC no longer connects to Excel datafeed Thanks everyone! We resolved the issue by using the 32-bit version and installing the 32-bit version of the MS Office 12.0 Access Database Engine OLE DB Provider. Now ... back to work! LOL ... Re: Office 2016 upgrade - TC no longer connects to Excel datafeed We implemented the 64-bit version of TC, but still received the same error. We are trying to find a 32-bit version of TC to see if that remedies the issue.