I am collecting data from a OPC server. I was able to drag and drop a tag from opc to excel spreadsheet and the
cell updates just fine,example:A2-48.6 , A2-46.3 , A2-47.7.
But what I would like to do is have it update like a datalogger example: A2 47.7 , A3 46.3 , A4 48.6 ,A5 47.8,
A6 45.9,etc...
Thanks for the reply HarleyQuinn. I will try a few
things with your example. What section of this code would you insert your example. exlApp.Workbooks.Open()
'Start Excel and open new spreadsheet
Set exlApp = New Excel.Application
exlApp.Workbooks.Add
Set exlWSheet =...
How would I change this code to open an existing Excel spreadsheet instead of new spreadsheet.
I struggle terribly trying to understand VB code , or any code. What would be the easiest way to modify,this code
below, to open an existing Excel spreadsheet instead
of a new spreadsheet.
Your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.