Hello Folks,
First time poster...
I am running Excel 2010 VBA to control various pieces of Agilent test equipment via a National Instruments USB to GPIB interface. During code execution I am collecting data from the test equipment and attempting to display the data in various ActiveX TextBox's (No UserForms). My issue is that the Text data only appears in the Textbox upon completion of code execution (The last data element collected is displayed). How do I get my Text data to appear in the TextBox real-time or during code execution? ( I can write to an Excel "cell" real-time without issue).
Bookmarks