Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Can anyone give me any pointers as to how I can program excel to perform a screen scrape from a 'green screen'? Many thanks and kind regards, Nick |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wow! I haven't had to do an actual "screen scrape" in around 15 years.
Back then, the mainframe general ledger had a scripting language (SISL Script, as I recall) that could do the "scraping". Since it used DDE, I could use it as a DDE server to engage Excel as a DDE client. Then I could pass information back and forth. I don't know if Excel has subsequently obtained the ability to engage the screen of non-windows application. You may need to check if your application has its own script language. I hope that helps. *********** Regards, Ron XL2002, WinXP "Nick" wrote: Hello Can anyone give me any pointers as to how I can program excel to perform a screen scrape from a 'green screen'? Many thanks and kind regards, Nick |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many thanks for the info Ron.
Please pardon my ignorance. I have an Access database with code that performs a similiar screen scrape to the one I'm trying to code in Excel (someone wrote this for me as a favor). I thought if it can be done with Visual Basic into an Access database- then it can also be done with Visual basic into an Excel spreadsheet. Is this assumption wrong? Many thanks again and kind regards, Nick "Ron Coderre" wrote: Wow! I haven't had to do an actual "screen scrape" in around 15 years. Back then, the mainframe general ledger had a scripting language (SISL Script, as I recall) that could do the "scraping". Since it used DDE, I could use it as a DDE server to engage Excel as a DDE client. Then I could pass information back and forth. I don't know if Excel has subsequently obtained the ability to engage the screen of non-windows application. You may need to check if your application has its own script language. I hope that helps. *********** Regards, Ron XL2002, WinXP "Nick" wrote: Hello Can anyone give me any pointers as to how I can program excel to perform a screen scrape from a 'green screen'? Many thanks and kind regards, Nick |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You said "green screen scrape". "green screens" mostly exist for DOS or
non-windows, mainframe applications, any more. I guessed that you were working with one of those sources. If that's not true, please give us more details about what you wnat to do. *********** Regards, Ron XL2002, WinXP "Nick" wrote: Many thanks for the info Ron. Please pardon my ignorance. I have an Access database with code that performs a similiar screen scrape to the one I'm trying to code in Excel (someone wrote this for me as a favor). I thought if it can be done with Visual Basic into an Access database- then it can also be done with Visual basic into an Excel spreadsheet. Is this assumption wrong? Many thanks again and kind regards, Nick "Ron Coderre" wrote: Wow! I haven't had to do an actual "screen scrape" in around 15 years. Back then, the mainframe general ledger had a scripting language (SISL Script, as I recall) that could do the "scraping". Since it used DDE, I could use it as a DDE server to engage Excel as a DDE client. Then I could pass information back and forth. I don't know if Excel has subsequently obtained the ability to engage the screen of non-windows application. You may need to check if your application has its own script language. I hope that helps. *********** Regards, Ron XL2002, WinXP "Nick" wrote: Hello Can anyone give me any pointers as to how I can program excel to perform a screen scrape from a 'green screen'? Many thanks and kind regards, Nick |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm sorry for the confusion.
I work for a finance firm, and I'm putting together a scanner that can read data from our internal 'mainframe' systems (as we refer to them). I'm trying to scrape data from this CDN session. Does that make it any clearer? I really appreciate your input. Many thanks and kind regards, Nick "Ron Coderre" wrote: You said "green screen scrape". "green screens" mostly exist for DOS or non-windows, mainframe applications, any more. I guessed that you were working with one of those sources. If that's not true, please give us more details about what you wnat to do. *********** Regards, Ron XL2002, WinXP "Nick" wrote: Many thanks for the info Ron. Please pardon my ignorance. I have an Access database with code that performs a similiar screen scrape to the one I'm trying to code in Excel (someone wrote this for me as a favor). I thought if it can be done with Visual Basic into an Access database- then it can also be done with Visual basic into an Excel spreadsheet. Is this assumption wrong? Many thanks again and kind regards, Nick "Ron Coderre" wrote: Wow! I haven't had to do an actual "screen scrape" in around 15 years. Back then, the mainframe general ledger had a scripting language (SISL Script, as I recall) that could do the "scraping". Since it used DDE, I could use it as a DDE server to engage Excel as a DDE client. Then I could pass information back and forth. I don't know if Excel has subsequently obtained the ability to engage the screen of non-windows application. You may need to check if your application has its own script language. I hope that helps. *********** Regards, Ron XL2002, WinXP "Nick" wrote: Hello Can anyone give me any pointers as to how I can program excel to perform a screen scrape from a 'green screen'? Many thanks and kind regards, Nick |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your Access code would be the best place to start - it can likely be easily
modified to run in Excel. Tim "Nick" wrote in message ... Many thanks for the info Ron. Please pardon my ignorance. I have an Access database with code that performs a similiar screen scrape to the one I'm trying to code in Excel (someone wrote this for me as a favor). I thought if it can be done with Visual Basic into an Access database- then it can also be done with Visual basic into an Excel spreadsheet. Is this assumption wrong? Many thanks again and kind regards, Nick "Ron Coderre" wrote: |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to format Green conditionally b1 if a1 is only Green? | Excel Discussion (Misc queries) | |||
Blue to Green and Back to Green | Excel Discussion (Misc queries) | |||
CAE macro for green screen updates with Excel data | Excel Discussion (Misc queries) | |||
CAE macro for green screen updates with Excel data | Excel Programming |