01-16-2012 03:03 AM
Hello
I have written the test cases in excel sheet. Please tell any one how to execute test case from labview.please send some sample vi
01-16-2012 03:18 AM
Hello,
Have you written you test cases in VBA coding for excel or something else.
Can you please explain bit more about it.
01-16-2012 07:07 AM
Its written in vba
01-16-2012 07:58 AM
01-16-2012 08:29 AM
I'm sorry, but you've provided zero information on what you have. All you've said is that you have an Excel "sheet" with test cases, and that it's written in VBA. What does that even mean? What's written in VBA? Are you trying to call the VBA code? Are you trying to rewrite the VBA code in LabVIEW? Unless you provide a better explanation of what you have and what you are trying to do, we can just keep playing a guessing game.
01-16-2012 09:47 AM
My question is, is it possible to execute the particular cell in excel sheets in which test conditions are written
01-16-2012 10:51 AM
You can't "execute" cells. You can only execute VBA code. Thus, your question makes no sense.
01-16-2012 11:40 AM
Thanks for information
01-16-2012 02:06 PM
01-16-2012 03:33 PM
@puneet.kapoor wrote:
I think you cant directly call VBA code from LabVIEW.
You can via ActiveX by using the RunMacro method.