Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a spreadsheet which uses the RTD method to get real time data into my spreadsheet. I'd like to use VBA to do some calculations on a large number of these RTD values. Is there a way I can use VBA to subscribe to, and parse, RTD data, without having to insert the RTD function into an excel cell? Thanks, enter |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use RTDdata = worksheetfunction.RTD(parameters). The parameters
would be the same as on a worksheet. "Enter The" wrote: Hi, I have a spreadsheet which uses the RTD method to get real time data into my spreadsheet. I'd like to use VBA to do some calculations on a large number of these RTD values. Is there a way I can use VBA to subscribe to, and parse, RTD data, without having to insert the RTD function into an excel cell? Thanks, enter |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the response Joel.
How can I catch the updates in the RTDdata object that is returned? I assume it's some sort of update event. But I can't find any online documentation on the subject. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this microsoft webpage http://support.microsoft.com/kb/285339 "Enter The" wrote: Thanks for the response Joel. How can I catch the updates in the RTDdata object that is returned? I assume it's some sort of update event. But I can't find any online documentation on the subject. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parse from the Right | Excel Worksheet Functions | |||
Parse String | Excel Programming | |||
String Parse | Excel Programming | |||
Please help me Parse this | Excel Programming | |||
Parse | Excel Programming |