Creating A VBA Function Library For Use in VBSCRIPT/QTP By  Hari Sreekanth Upadrasta Bughunterz.blogspot.com
Open Excel Click ALT + F11 Keyboard Keys
Create a Module
Write Your Functions In The Module
You Are Done With Creating a Function lib using VBA Now It’s Time To Use It
Writing The Code In QTP 'Create Execl application Object 'Use Run Method Of Application to run the function  'Run("'Path of excel File'!Modulename.Function Name","i/p Args","i/p Args")
Thank You The Uses of Creating a VBA Function library in QTP/VBSCRIPT Will be discussed in my next Blog Entry

Creating A Vba Function Library For Use In QTP/VBSCRIPT

  • 1.
    Creating A VBAFunction Library For Use in VBSCRIPT/QTP By Hari Sreekanth Upadrasta Bughunterz.blogspot.com
  • 2.
    Open Excel ClickALT + F11 Keyboard Keys
  • 3.
  • 4.
    Write Your FunctionsIn The Module
  • 5.
    You Are DoneWith Creating a Function lib using VBA Now It’s Time To Use It
  • 6.
    Writing The CodeIn QTP 'Create Execl application Object 'Use Run Method Of Application to run the function 'Run("'Path of excel File'!Modulename.Function Name","i/p Args","i/p Args")
  • 7.
    Thank You TheUses of Creating a VBA Function library in QTP/VBSCRIPT Will be discussed in my next Blog Entry