Posts sent in:
September 201015 Sep 2010
SystemUtil.Run "iexplore.exe", "www.google.com"
set GglButtons = Description.Create
GglButtons("html tag").value = "INPUT"
set pageButtonCollection = Browser("micclass:=Browser","application version:=internet explorer 6").Page("micclass:=Page").ChildObjects(GglButtons)
print pageButtonCollection.count
For x = 0 to pageButtonCollection.count-1
print pageButtonCollection(x).GetROProperty("name")
next
15 Sep 2010
Function GetString(s1,s2,s3)
Dim spos,epos
Spos=InStr(1,s1,s2)
spos=spos+Len(s2)
epos=InStr(spos,s1,s3)
GetString=Mid(s1,spos,epos-spos)
End Function
15 Sep 2010
Set objExcel =
CreateObject("Excel.Application")
Set objWorkbook =
objExcel.Workbooks.Open (fileName)
Set objSheet =
objExcel.ActiveWorkbook.Worksheets(1)
usedColumnsCount =
objSheet.UsedRange.Columns.Count
usedRowsCount =
objSheet.UsedRange.Rows.Count
2008-11-20 @ 12:41:11 pm
by venugopal
there are many problems we will ...
2008-07-16 @ 03:58:49 pm
by Ramu
what r the challenges have faced ...
2008-07-15 @ 10:57:24 am
by veerachary
attached the answers of the above ...
2008-07-10 @ 04:38:52 pm
by Ramu
Can you please provide the answers ...
2008-07-10 @ 04:07:58 pm
by chakri