Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 192
Default Green screen scrape

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 698
Default Green screen scrape

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 192
Default Green screen scrape

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 698
Default Green screen scrape

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 192
Default Green screen scrape

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   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default Green screen scrape

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to format Green conditionally b1 if a1 is only Green? narnimar Excel Discussion (Misc queries) 4 October 13th 08 04:27 PM
Blue to Green and Back to Green Loadmaster Excel Discussion (Misc queries) 5 August 15th 08 12:33 AM
CAE macro for green screen updates with Excel data Sriram Excel Discussion (Misc queries) 1 July 16th 06 04:19 PM
CAE macro for green screen updates with Excel data Sriram Excel Programming 2 July 16th 04 04:34 AM


All times are GMT +1. The time now is 02:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"