Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It looks to me like the line of code is attempting to input 2 pieces of data
into 2 different fields of an array or user-defined-type of some sort. The user-defined-type or array is named "Quarterly_ROR_Stream", the index that points to a single record (or element) is "fx_counter", and "Date" and "Return" are 2 different fields. Was "Quarterly_ROR_Stream" originally defined in another code module that has been deleted for some reason? Look for help for the Input # statement in Excel (or Access?). (Type "Input #" in the Answer Wizard input box.) "Return_Stream" may be the text stream that is returned from the open sequential file referenced by the "Open_File_Id" file number. -- Regards, Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code translation please | Excel Discussion (Misc queries) | |||
Can you help with the correct translation of this code? | Excel Programming | |||
XlPrevious Translation Code | Excel Programming | |||
Compile Error in Code | Excel Programming |