Micro Focus QTP (UFT) Forums

Full Version: Error as Global Not defined while trying to retrieve value from Datatable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To Retrieve a Value from Datatable(Global Sheet), we use Datatable.Value("A",Global) where A is columnname and Global stands for GlobalSheet.
While we use the same code with Option Explicit, it says Global not defined.
Can someone help me to resolve this issue.

Thanks