CI Staff .


Discussion

I need a database that I can use to populate a spreadsheet using Visual Basic Macros. I can do this now using QuotesPlus database, but it very inacurate and probably going out of business.
For example:
For days = -maxdays To 0 Step 1
Rowno = Rowno + 1
If QP_Date(days, Symbol) = "N/A" Then Exit For
Cells(Rowno, "A") = days
Cells(Rowno, "B") = QP_Date(days, Symbol)
Cells(Rowno, "C") = QP_Open(days, Symbol)
Cells(Rowno, "D") = QP_High(days, Symbol)
Cells(Rowno, "E") = QP_Low(days, Symbol)
Cells(Rowno, "F") = QP_Close(days, Symbol)
Next
Can I do this with any version of XLQ (end of day data only)? TIA Bill Roberts

posted about 1 year ago by Bill Roberts from California

Sorry, you cannot add comments while on a mobile device or while printing.