Post
by markspencer » Thu Sep 11, 2003 2:48 pm
Hi,
To enter the values into the cell D5 and D6 you will need to put code into the macro similar to this.
Cells(5, "D").Value = Current value
Cells(6, "D").Value = Current value
Where current value is has been set to the last reading. If more information is required on the VBA side then I would recommend getting a book on Visual Basic Applications, unless someone else on the forum can help you further.
Best regards,
Regards,
Mark Spencer