Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm having some troubles getting data via RTD to an Excel spreadsheet. If I enter "=RTD("orchestrator.rtdserver";;"ds 1") into cell B1, I'm getting data. But how to write a code line in VBA to do the same? Cells(1, 1).Value = Application.RTD("orchestrator.rtdserver", vbNullString, "DS 1") gives an error code 1004 Application-defined or object-defined error Cells(1, 1).Value = RTD("orchestrator.rtdserver", vbNullString, "DS 1") highlights RTD and tells me "function or sub not defined Regards, Anders Frafjord |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Having Problems Excel 2003 | Excel Discussion (Misc queries) | |||
A set of Excel 2003 problems | New Users to Excel | |||
Problems with Excel 2003 | Setting up and Configuration of Excel | |||
Problems in Excel 2003 | Excel Programming | |||
problems with XML XSL and Excel 2003 | Excel Programming |