Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
PS PS is offline
external usenet poster
 
Posts: 18
Default Retrieving Exchange Rate Data from a Website

Please bear with me. I am such a beginner user of VBA, I can be considered a
pre-user!
I would like to retrieve the daily exchange rates for a particular currency,
convert it into US dollars and insert it into my worksheet. We typically use
http://moneycentral.msn.com/investor...cconverter.asp.
Can I automate this process so the user is prompted to enter the $ amount,
'currency from' and 'currency to', without having to leave the worksheet?
Any help would be appreciated and bear in mind my knowledge is elementary at
best.
Thanks
Patricia
  #2   Report Post  
Posted to microsoft.public.excel.programming
PS PS is offline
external usenet poster
 
Posts: 18
Default Retrieving Exchange Rate Data from a Website

Hello, Steve,

Thank you for responding to my Excel/VBA question. Sorry for the delay in
getting back to you.

Right now, we have a worksheet that has columns of information where Col1 =
Foreign $ figure, Col2 = Exchange Rate, Col3 = US $ (based on conversion of
Col1). The user must enter the Foreign $ amount, then go online and retrieve
the exchange rate and enter that in Col2 before Col3 will calculate. I would
like to simplify this process, perhaps eliminate what steps I can and write
the code to automatically retrieve the Exchange Rate from the MSN Money
Central website, perform the conversion and list the amount in US $ in a
separate cell. If you can offer a better suggestion, I be open to changing
my method.


If you need more information than what I've provided herein, please let me
know. Thanks.

Patricia


"STEVE BELL" wrote:

Patricia,

Sorry no one has answered you, yet...

What you ask is easily done in Excel and can be done in many different ways.

Post back with more about how you want it to work.

(You can write me direct at )

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Please bear with me. I am such a beginner user of VBA, I can be
considered a
pre-user!
I would like to retrieve the daily exchange rates for a particular
currency,
convert it into US dollars and insert it into my worksheet. We typically
use
http://moneycentral.msn.com/investor...cconverter.asp.
Can I automate this process so the user is prompted to enter the $ amount,
'currency from' and 'currency to', without having to leave the worksheet?
Any help would be appreciated and bear in mind my knowledge is elementary
at
best.
Thanks
Patricia




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default Retrieving Exchange Rate Data from a Website

Patricia,

You are looking for a method to automatically retrieve data from the net.

Open Excel
Open a new workbook
go to the Data menu
select Get External Data
select New Web Query
and see if this will work for you.

I once did this a long time ago and built a macro to retrieve stock quotes.

Go to the below site and download the Google Search add-in.
This is a great way to search for excel solutions...

http://www.rondebruin.nl/Google.htm

let me know if any of this helps...

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Hello, Steve,

Thank you for responding to my Excel/VBA question. Sorry for the delay in
getting back to you.

Right now, we have a worksheet that has columns of information where Col1
=
Foreign $ figure, Col2 = Exchange Rate, Col3 = US $ (based on conversion
of
Col1). The user must enter the Foreign $ amount, then go online and
retrieve
the exchange rate and enter that in Col2 before Col3 will calculate. I
would
like to simplify this process, perhaps eliminate what steps I can and
write
the code to automatically retrieve the Exchange Rate from the MSN Money
Central website, perform the conversion and list the amount in US $ in a
separate cell. If you can offer a better suggestion, I be open to
changing
my method.


If you need more information than what I've provided herein, please let me
know. Thanks.

Patricia


"STEVE BELL" wrote:

Patricia,

Sorry no one has answered you, yet...

What you ask is easily done in Excel and can be done in many different
ways.

Post back with more about how you want it to work.

(You can write me direct at )

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Please bear with me. I am such a beginner user of VBA, I can be
considered a
pre-user!
I would like to retrieve the daily exchange rates for a particular
currency,
convert it into US dollars and insert it into my worksheet. We
typically
use
http://moneycentral.msn.com/investor...cconverter.asp.
Can I automate this process so the user is prompted to enter the $
amount,
'currency from' and 'currency to', without having to leave the
worksheet?
Any help would be appreciated and bear in mind my knowledge is
elementary
at
best.
Thanks
Patricia






  #4   Report Post  
Posted to microsoft.public.excel.programming
PS PS is offline
external usenet poster
 
Posts: 18
Default Retrieving Exchange Rate Data from a Website

Hi, Steve;
I tried as you requested. The import method only gave me the text prompts,
"Convert this Amount", "From" and "To", but no automation as shown on the
website. Is there more I should do to get it to work? I installed the
Add-in as well and the search brought me pretty much the same results as all
the reading I did prior to posting my question here.

Any further information/guidance will be appreciated.

Thanks again.

Patricia

"STEVE BELL" wrote:

Patricia,

You are looking for a method to automatically retrieve data from the net.

Open Excel
Open a new workbook
go to the Data menu
select Get External Data
select New Web Query
and see if this will work for you.

I once did this a long time ago and built a macro to retrieve stock quotes.

Go to the below site and download the Google Search add-in.
This is a great way to search for excel solutions...

http://www.rondebruin.nl/Google.htm

let me know if any of this helps...

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Hello, Steve,

Thank you for responding to my Excel/VBA question. Sorry for the delay in
getting back to you.

Right now, we have a worksheet that has columns of information where Col1
=
Foreign $ figure, Col2 = Exchange Rate, Col3 = US $ (based on conversion
of
Col1). The user must enter the Foreign $ amount, then go online and
retrieve
the exchange rate and enter that in Col2 before Col3 will calculate. I
would
like to simplify this process, perhaps eliminate what steps I can and
write
the code to automatically retrieve the Exchange Rate from the MSN Money
Central website, perform the conversion and list the amount in US $ in a
separate cell. If you can offer a better suggestion, I be open to
changing
my method.


If you need more information than what I've provided herein, please let me
know. Thanks.

Patricia


"STEVE BELL" wrote:

Patricia,

Sorry no one has answered you, yet...

What you ask is easily done in Excel and can be done in many different
ways.

Post back with more about how you want it to work.

(You can write me direct at )

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Please bear with me. I am such a beginner user of VBA, I can be
considered a
pre-user!
I would like to retrieve the daily exchange rates for a particular
currency,
convert it into US dollars and insert it into my worksheet. We
typically
use
http://moneycentral.msn.com/investor...cconverter.asp.
Can I automate this process so the user is prompted to enter the $
amount,
'currency from' and 'currency to', without having to leave the
worksheet?
Any help would be appreciated and bear in mind my knowledge is
elementary
at
best.
Thanks
Patricia






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default Retrieving Exchange Rate Data from a Website

Patricia,

Retrieving data from the internet is not my forte.

Suggest you repost, but change your subject to something like -
How do I Import data from the Internet.

Than a brief explanation.

Sounds like you are trying to download (or import) a single value from a web
site and put it into a single cell on your worksheet.

If that is correct - than post that...

Sorry I couldn't be of more help.

But hang on to that add-in, it can really prove valuable.
And check out some of the sites listed on the bottom portion of the window.

keep on Exceling...

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Hi, Steve;
I tried as you requested. The import method only gave me the text
prompts,
"Convert this Amount", "From" and "To", but no automation as shown on the
website. Is there more I should do to get it to work? I installed the
Add-in as well and the search brought me pretty much the same results as
all
the reading I did prior to posting my question here.

Any further information/guidance will be appreciated.

Thanks again.

Patricia

"STEVE BELL" wrote:

Patricia,

You are looking for a method to automatically retrieve data from the net.

Open Excel
Open a new workbook
go to the Data menu
select Get External Data
select New Web Query
and see if this will work for you.

I once did this a long time ago and built a macro to retrieve stock
quotes.

Go to the below site and download the Google Search add-in.
This is a great way to search for excel solutions...

http://www.rondebruin.nl/Google.htm

let me know if any of this helps...

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Hello, Steve,

Thank you for responding to my Excel/VBA question. Sorry for the delay
in
getting back to you.

Right now, we have a worksheet that has columns of information where
Col1
=
Foreign $ figure, Col2 = Exchange Rate, Col3 = US $ (based on
conversion
of
Col1). The user must enter the Foreign $ amount, then go online and
retrieve
the exchange rate and enter that in Col2 before Col3 will calculate. I
would
like to simplify this process, perhaps eliminate what steps I can and
write
the code to automatically retrieve the Exchange Rate from the MSN Money
Central website, perform the conversion and list the amount in US $ in
a
separate cell. If you can offer a better suggestion, I be open to
changing
my method.


If you need more information than what I've provided herein, please let
me
know. Thanks.

Patricia


"STEVE BELL" wrote:

Patricia,

Sorry no one has answered you, yet...

What you ask is easily done in Excel and can be done in many different
ways.

Post back with more about how you want it to work.

(You can write me direct at )

--
steveB

Remove "AYN" from email to respond
"PS" wrote in message
...
Please bear with me. I am such a beginner user of VBA, I can be
considered a
pre-user!
I would like to retrieve the daily exchange rates for a particular
currency,
convert it into US dollars and insert it into my worksheet. We
typically
use
http://moneycentral.msn.com/investor...cconverter.asp.
Can I automate this process so the user is prompted to enter the $
amount,
'currency from' and 'currency to', without having to leave the
worksheet?
Any help would be appreciated and bear in mind my knowledge is
elementary
at
best.
Thanks
Patricia








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
date check with exchange rate TJ Excel Discussion (Misc queries) 1 August 4th 10 10:19 PM
FORMULA: calculating an exchange rate Shevvie Excel Discussion (Misc queries) 1 January 26th 09 01:33 PM
euro-sterling exchange rate Roger on Excel Excel Discussion (Misc queries) 2 November 25th 07 02:52 PM
vlookup for exchange rate Gábor Excel Worksheet Functions 2 July 21st 06 09:41 PM
how to calculate exchange rate? papa404 Excel Discussion (Misc queries) 2 August 2nd 05 01:43 PM


All times are GMT +1. The time now is 12:01 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"