QUOTE(rwraley @ Nov 23 2006, 01:02 AM) [snapback]44246[/snapback]
[attachmentid=3567][attachmentid=3568]I know you gurus are probably sick of this topic because it gets alot of traction on the board, but I need to find out if in the sample attached can I expand this formula to execute mass cell transfer to an RS View application. In other words can I send data from all the cells with data with one vb code instruction or do I need to write this macro (changing variables of course) for every cell I want to send? I really want to learn VB but unfortunately don't have any peers at my job that have any clue so I'm on my own. Thanks in advance for your advice.
If you are going to write multiple cells of data to multiple tags you'll need to loop the macro cahnging variables.
One example of doing this from Excel to a PLC not RSView is found in the downlioads section.A little off topic but why DDE. IF you're moving any amount of data with any frequency and just learning, invest your time in OPC. It has more overhead to learn, but tons more horsepower once running.