Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can any one tell me, whilw running automation script in test partner,
how to select a checkbox from Grid(GUI Object). My Grid contain hale no of rows and 3 columns. 1) Check Box 2) Description 3) Detail i am able to select Grid from window. But within the grid i am not able to select check box. Dim l_objGrid As TGUIObject Set l_objGrid = TestPartner.GUIObject("ClassName=SS32X25_Spread Label='" & a_strGridTitle & ":'") error comes when following code comes in picture l_intMaxRows = l_objGrid.Object.MaxRows Please tell me why it giving an error as above. I tried a lot by setting reference library. Note: Previously it was running fine with Activex. But now i want to run it with GUI Object |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Runtime Error '91' Object variable or With block variable not set | Excel Discussion (Misc queries) | |||
Need help with Error 'object variable or with block variable not set' | Excel Programming | |||
Getting inconsistent Error 91-Object variable or With block variable not set | Excel Programming | |||
Run-time error '91': "Object variable or With block variable not set | Excel Programming | |||
Cells.Find error Object variable or With block variable not set | Excel Programming |