Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 623
Default Excel and Progress

My company uses a third party Progress database for our clients. One of the
neat features is that we can export data to Excel. This allows me to write
macros so I can generate additional information on the clients. (I know head
office should be doing this so I can spend more time selling, but you know
how IT departments are.)

The problem is I can export only one client at a time. I'd actually like to
export my entire client list, so I can work on the entire book. Right now,
we go to the Progress program, call up the client, and use the menu command
ToolsExport Excel Spreadsheet. Progress opens up a new instance of Excel,
exports the data, and I go from there.

Is it possible to automate this with an Excel macro? Can Excel call up the
Progress program and feed it the same stuff I would type, then resume the
macro once it's received the data?

I'm on my own on this. I certainly won't get any help from the IT department
to, for example, modify the Progress program. It all has to be done in
Excel.

As always, thanks for your help.

Fred
Please reply to newsgroup, not e-mail



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Excel and Progress

Personally, I have never heard of Progress, but before you can even consider doing anything like that
1. You would need to find out if Progress supports Automation
2. Get access to its object library, add it to your registry, and set a reference to it in Excel

----- Fred Smith wrote: ----

My company uses a third party Progress database for our clients. One of th
neat features is that we can export data to Excel. This allows me to writ
macros so I can generate additional information on the clients. (I know hea
office should be doing this so I can spend more time selling, but you kno
how IT departments are.

The problem is I can export only one client at a time. I'd actually like t
export my entire client list, so I can work on the entire book. Right now
we go to the Progress program, call up the client, and use the menu comman
ToolsExport Excel Spreadsheet. Progress opens up a new instance of Excel
exports the data, and I go from there

Is it possible to automate this with an Excel macro? Can Excel call up th
Progress program and feed it the same stuff I would type, then resume th
macro once it's received the data

I'm on my own on this. I certainly won't get any help from the IT departmen
to, for example, modify the Progress program. It all has to be done i
Excel

As always, thanks for your help

Fre
Please reply to newsgroup, not e-mai




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel and Progress

The only way for Excel to be able to do it is if the Progress program works
with VBA and has the ability to be linked to from an outside program.

More than likely, you are out of luck.

Sue
"Fred Smith" wrote in message
...
My company uses a third party Progress database for our clients. One of

the
neat features is that we can export data to Excel. This allows me to write
macros so I can generate additional information on the clients. (I know

head
office should be doing this so I can spend more time selling, but you know
how IT departments are.)

The problem is I can export only one client at a time. I'd actually like

to
export my entire client list, so I can work on the entire book. Right now,
we go to the Progress program, call up the client, and use the menu

command
ToolsExport Excel Spreadsheet. Progress opens up a new instance of Excel,
exports the data, and I go from there.

Is it possible to automate this with an Excel macro? Can Excel call up the
Progress program and feed it the same stuff I would type, then resume the
macro once it's received the data?

I'm on my own on this. I certainly won't get any help from the IT

department
to, for example, modify the Progress program. It all has to be done in
Excel.

As always, thanks for your help.

Fred
Please reply to newsgroup, not e-mail





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Excel and Progress

I think you can. I do this with a couple of my applications at work.
Using code like this:

Shell "y:\Fedfar\Exe\FedFar.exe", vbNormalFocus ' opens application
Application.Wait Now + TimeValue("00:00:08") ' waits for application
Application.SendKeys "{enter}", True ' sends key strokes to
application.

Look in the VBA help for more info.

Good Luck





"Suzette" wrote in message ...
The only way for Excel to be able to do it is if the Progress program works
with VBA and has the ability to be linked to from an outside program.

More than likely, you are out of luck.

Sue
"Fred Smith" wrote in message
...
My company uses a third party Progress database for our clients. One of

the
neat features is that we can export data to Excel. This allows me to write
macros so I can generate additional information on the clients. (I know

head
office should be doing this so I can spend more time selling, but you know
how IT departments are.)

The problem is I can export only one client at a time. I'd actually like

to
export my entire client list, so I can work on the entire book. Right now,
we go to the Progress program, call up the client, and use the menu

command
ToolsExport Excel Spreadsheet. Progress opens up a new instance of Excel,
exports the data, and I go from there.

Is it possible to automate this with an Excel macro? Can Excel call up the
Progress program and feed it the same stuff I would type, then resume the
macro once it's received the data?

I'm on my own on this. I certainly won't get any help from the IT

department
to, for example, modify the Progress program. It all has to be done in
Excel.

As always, thanks for your help.

Fred
Please reply to newsgroup, not e-mail



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
Progress Bar PAL Excel Worksheet Functions 3 August 13th 08 03:28 PM
Excel progress bar MeTheITGuy Charts and Charting in Excel 5 March 28th 07 10:51 PM
How to make Ms Excel more Excel with Command Button and progress b immu Excel Discussion (Misc queries) 2 January 6th 07 09:14 AM
Progress YTD Lance Charts and Charting in Excel 1 March 29th 05 07:16 PM
Free Excel Templates for monitoring Student progress in a Youth E. Jacobsong Excel Discussion (Misc queries) 1 February 9th 05 11:49 AM


All times are GMT +1. The time now is 02:50 PM.

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"