How to pass a parameter to a function using the descriptive programming?

2016-11-08 Thread sarahmear9
Hi, I'm writing a function where I need to pass a window object as a parameter using the descriptive programming. WinObj = """regexpwndtitle:=Print"" , ""text:=Print""" msgbox WinObj 'This prints "regexpwndtitle:=Print" , "text:=Print" PrintReport(WinObj) Function PrintReport(WinObj)

Re: How to click a WebMenu icon

2016-11-08 Thread sarahmear9
thanks, this worked. On Thursday, November 3, 2016 at 7:40:02 PM UTC-4, gurma...@gmail.com wrote: > Hi, > > You said that the web menu has 2 objects-image and link and that u want to > click on the image. > > Could u try the following: > Set imgobj=Description. Create >