ContributionsMost RecentMost LikesSolutionsRe: Perform an action stored in a variable over an object AlexKaras the solution works as charm. Thanks for the solution. Re: Perform an action stored in a variable over an objectThanks for the solution. I will try and let you know if it works.Re: Perform an action stored in a variable over an objectNopes as mentiined above myobj is an object and myactiin is a string. Thanks for the response.Perform an action stored in a variable over an object Imagine the below scenario. Set myObj = Browser.Page.Obj Var myAction = "click" I want to perform the click action in the below fasion "myObj .myAction " Can someone let me know how this can be done. I have tried to use Eval as well but no luck. Solved