Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Methods for Applications
#1
Solved: 10 Years, 9 Months, 2 Weeks ago Question 
How to get methods available for application which is opened by using createobject function...

e.g.

Code:
dim xl
set xl=createobject("excel.application")
xl.visible=true
xl.[b]workbooks[/b].add
'xl.[b]workbooks.[/b]open "path of the file"
xl.[b]sheets[/b]("[i]Sheetid[/i]").select
val=xl.[b]cells[/b](row,column).value
print val
xl.quit
set xl=nothing

here I used some methods available for Excel,

How to get methods for different applications like, Access, Word, Outlook....etc?
Reply


Messages In This Thread
Methods for Applications - by bfakruddin - 12-31-2008, 11:35 AM
RE: Methods for Applications - by nageshpv - 01-02-2009, 06:51 PM
RE: Methods for Applications - by Ankur - 01-03-2009, 09:29 PM
RE: Methods for Applications - by bfakruddin - 01-06-2009, 01:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Deal with AngularJS Applications with UFT 15 nistalaramesh 0 1,057 07-29-2021, 09:53 PM
Last Post: nistalaramesh
  why error if available methods are used. AAB 3 2,933 06-14-2012, 11:28 AM
Last Post: AAB
  GetObject with 2 applications open berula 0 3,471 03-15-2011, 06:19 PM
Last Post: berula
  Is there any Inbuilt Methods to control the IE Browser. ritesh 2 2,063 04-26-2010, 05:11 PM
Last Post: ritesh
MyBB Descriptive Programming in Window Applications. Amit Singh Chauhan 2 14,276 06-05-2008, 12:42 AM
Last Post: somisays

Forum Jump:


Users browsing this thread: 1 Guest(s)