faizshafie
New Member
- Joined
- Mar 6, 2011
- Messages
- 10
hi there
i need help
i have a project
maybe it need to use VB but i dont really know how to program it
basic ideas are:
i need to autamated the excel files. an add ins
in this add in it can trigger my data acquisition to stat my measurement.
but formerly,it just use manually.click when we need..it repeatative.
so when we can autamated it it save our energy to click..
recently i try to use macros recording then i want to see the VB cding..then when i run it again,it fail. my friend said that i dont declare the variable..
but i dont know what variable i need to declare.
i just need a start button to manage the start button in the excel add in sheet..
or in other words:
It sounds like you need a VBA based addin with a button that when pressed will invoke your software to capture the data you are after and then import it into Excel after the program finishes.
how i need to do that?
i need help
i have a project
maybe it need to use VB but i dont really know how to program it
basic ideas are:
i need to autamated the excel files. an add ins
in this add in it can trigger my data acquisition to stat my measurement.
but formerly,it just use manually.click when we need..it repeatative.
so when we can autamated it it save our energy to click..
recently i try to use macros recording then i want to see the VB cding..then when i run it again,it fail. my friend said that i dont declare the variable..
but i dont know what variable i need to declare.
i just need a start button to manage the start button in the excel add in sheet..
or in other words:
It sounds like you need a VBA based addin with a button that when pressed will invoke your software to capture the data you are after and then import it into Excel after the program finishes.
how i need to do that?