ContributionsMost RecentMost LikesSolutionsNeed to work embedded radio buttons and text node buttons in excel Hi, I need to work with an xlsm file in which the radio buttons and text node buttons are embedded. The requirement is to click on them and validate the resutls. In the attached picture like millions, thousadns, dollarts, and 1,2,3.. on the left most top Need to work with xlsm file to fetch the data and compare Hi, I have an xlsm format of excel. I need to fetch the data from it and compare against different columns in the same file. I am not able to use any regular excel statements on that file. Like xlseet.ActiveSheet.UsedRange.Rows.Count or xlseet.Cells.Item[10,10] Any Idea on howto work with xlsm formatted files SolvedRe: How to verify if an outlook e-mail is received Hi I am writing almost same kind of code to access outlook emails. But where I declare the outlook ole object, test complete fails as server execution failed. Its the very initial step in my script I am using python outlookapp = Sys.OleObject["Outlook.Application"] Any help?