Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Searching Phone Numbers Online

I'm looking for some help in creating a program that will allow me to
take a list of phone numbers and have them be searched on the internet
through a site such as www.411.ca etc. returned with a link to the
information about each phone number or the actual information regarding
that phone number, imported into excel. I have been looking at many
articles and I can't seem to find exactly what I am looking for. I'm
not sure if it can be done using excel... Would anyone have any
information for me or any ideas, it would be greatly appreciated.

Dewar

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Searching Phone Numbers Online

You can goto the correct url and get the info on the screenthen right click
in the tableimport to microsoft exceldataimport external dataedit
queryget the tablesrecord a macro put into a for/each loop.

--
Don Guillett
SalesAid Software

"Fleming" wrote in message
ups.com...
I'm looking for some help in creating a program that will allow me to
take a list of phone numbers and have them be searched on the internet
through a site such as
www.411.ca etc. returned with a link to the
information about each phone number or the actual information regarding
that phone number, imported into excel. I have been looking at many
articles and I can't seem to find exactly what I am looking for. I'm
not sure if it can be done using excel... Would anyone have any
information for me or any ideas, it would be greatly appreciated.

Dewar



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Searching Phone Numbers Online

I would first like to thank you for responding to my post. I am not a
very skilled user when it comes to macros, actually they are new to me,
so I was just wondering if you could give me a little more detail. I
haven't been able to attempt the directions you gave me because my
computer with excel on it is currently down. One thing I was uncertain
about is, how would I go about adding the phone numbers in once I am at
the correct URL, is there a way I can add that cell without having to
actually add the phone number into the URL search box. One other
question, how and where would I create the for/each loop so that the
steps will be followed for all the list of phone numbers, Thus saving
me from searching each phone number one by one through the internet.

Don Guillett wrote:
You can goto the correct url and get the info on the screenthen right click
in the tableimport to microsoft exceldataimport external dataedit
queryget the tablesrecord a macro put into a for/each loop.

--
Don Guillett
SalesAid Software


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Searching Phone Numbers Online


This is a project but the general idea is to make a list and have the macro
change the last part of the url for each phone number to add the data from
the trip to the web site. Somewhat involved.

for each c in range("mylist")
myrul="xxxxxxxxxxxxxxx"&c
next

--
Don Guillett
SalesAid Software

"Fleming" wrote in message
oups.com...
I would first like to thank you for responding to my post. I am not a
very skilled user when it comes to macros, actually they are new to me,
so I was just wondering if you could give me a little more detail. I
haven't been able to attempt the directions you gave me because my
computer with excel on it is currently down. One thing I was uncertain
about is, how would I go about adding the phone numbers in once I am at
the correct URL, is there a way I can add that cell without having to
actually add the phone number into the URL search box. One other
question, how and where would I create the for/each loop so that the
steps will be followed for all the list of phone numbers, Thus saving
me from searching each phone number one by one through the internet.

Don Guillett wrote:
You can goto the correct url and get the info on the screenthen right
click
in the tableimport to microsoft exceldataimport external dataedit
queryget the tablesrecord a macro put into a for/each loop.

--
Don Guillett
SalesAid Software




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
Convert phone numbers with dashes in them to just numbers J H Excel Discussion (Misc queries) 2 June 23rd 06 06:56 PM
using vlookup to find phone numbers online muskiediver Excel Discussion (Misc queries) 2 April 12th 06 06:43 PM
Searching for free online excel course Jenny Ensing New Users to Excel 6 September 7th 05 04:45 AM
How can I cross reference phone numbers with existing phone numbe. John Excel Discussion (Misc queries) 1 February 11th 05 04:39 PM
Words > Numbers (i.e. Vanity Phone Numbers) function Don Excel Worksheet Functions 1 December 29th 04 06:10 PM


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