Consulting

Results 1 to 4 of 4

Thread: Descriptive Programming

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Aug 2011
    Posts
    1
    Location

    Descriptive Programming


    Can I use variables with Descriptive Programming that are "Strings" or Numeric?

    My code (which returns null for the Set TableObj


    [VBA]For Gr = 1 to 13 'Loop thru GroupNames in Action1 file
    If DataTable.GetSheet("Action1").GetParameter("Execute").ValueByRow(Gr) = 1 then
    GroupName = DataTable.GetSheet("Action1").GetParameter("GroupName").ValueByRow(Gr)
    Browser("Wisdom").Page("WisdomLogin").Frame("parent").Link(GroupName).Click NumGr = Gr*2+3
    'Find table to extract data from
    Set TableObj = Browser("Wisdom").Page("WisdomLogin").Frame("parent").WebTable("Document Type.*", "name:=GroupName", "Index:=NumGr")
    Next[/vba]

    thx for any ideas?
    Last edited by Bob Phillips; 08-13-2011 at 03:14 AM. Reason: Added VBA tags
    Thx for your help.

    Lorena

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •