Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Is there a 'GetKeys' or equivalent?

I am fairly proficient in using SendKeys but would like to know if there is
an equivalent 'GetKeys' to enable me to:

(a) extract data from an Oracle-based database which although in
'spreadsheet format' does not have cell references like A1 etc, and
import/send to Excel

(b)extract data in Tables from a company intranet page into Excel.

Are either/both of these 2 processes possible?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Is there a 'GetKeys' or equivalent?

Get=External Data

if you have ODBC driver for Oracle.

In code you can use ADO.

for a web, if it is a table, you can do a web query also at Get=External
Data.

--
Regards,
Tom Ogilvy

"Zakynthos" wrote in message
...
I am fairly proficient in using SendKeys but would like to know if there

is
an equivalent 'GetKeys' to enable me to:

(a) extract data from an Oracle-based database which although in
'spreadsheet format' does not have cell references like A1 etc, and
import/send to Excel

(b)extract data in Tables from a company intranet page into Excel.

Are either/both of these 2 processes possible?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Is there a 'GetKeys' or equivalent?

Thanks for that!

I'm not sure I can go ahead and write a routine with Get= External Data and
ADO. One or 2 examples would be much appreciated and may help clarify how I
could proceed. Also with web queries to extract data from a web page table.

Many thanks

"Tom Ogilvy" wrote:

Get=External Data

if you have ODBC driver for Oracle.

In code you can use ADO.

for a web, if it is a table, you can do a web query also at Get=External
Data.

--
Regards,
Tom Ogilvy

"Zakynthos" wrote in message
...
I am fairly proficient in using SendKeys but would like to know if there

is
an equivalent 'GetKeys' to enable me to:

(a) extract data from an Oracle-based database which although in
'spreadsheet format' does not have cell references like A1 etc, and
import/send to Excel

(b)extract data in Tables from a company intranet page into Excel.

Are either/both of these 2 processes possible?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Is there a 'GetKeys' or equivalent?

Agree, couple of examples would be helpful.

"Tom Ogilvy" wrote:

Get=External Data

if you have ODBC driver for Oracle.

In code you can use ADO.

for a web, if it is a table, you can do a web query also at Get=External
Data.

--
Regards,
Tom Ogilvy

"Zakynthos" wrote in message
...
I am fairly proficient in using SendKeys but would like to know if there

is
an equivalent 'GetKeys' to enable me to:

(a) extract data from an Oracle-based database which although in
'spreadsheet format' does not have cell references like A1 etc, and
import/send to Excel

(b)extract data in Tables from a company intranet page into Excel.

Are either/both of these 2 processes possible?




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Is there a 'GetKeys' or equivalent?

I didn't say do both

for ADO
http://tinyurl.com/8ctp7

for get external data, turn on the macro recorder while you do it manually.


--
Regards,
Tom Ogilvy

"Zakynthos" wrote in message
...
Thanks for that!

I'm not sure I can go ahead and write a routine with Get= External Data

and
ADO. One or 2 examples would be much appreciated and may help clarify how

I
could proceed. Also with web queries to extract data from a web page

table.

Many thanks

"Tom Ogilvy" wrote:

Get=External Data

if you have ODBC driver for Oracle.

In code you can use ADO.

for a web, if it is a table, you can do a web query also at

Get=External
Data.

--
Regards,
Tom Ogilvy

"Zakynthos" wrote in message
...
I am fairly proficient in using SendKeys but would like to know if

there
is
an equivalent 'GetKeys' to enable me to:

(a) extract data from an Oracle-based database which although in
'spreadsheet format' does not have cell references like A1 etc, and
import/send to Excel

(b)extract data in Tables from a company intranet page into Excel.

Are either/both of these 2 processes possible?






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
EQUIVALENT for this FORMULA , please ytayta555 Excel Worksheet Functions 1 July 3rd 08 10:25 PM
Equivalent of Alt+Tab for going between worksheets? Jonathan Excel Discussion (Misc queries) 2 May 6th 08 10:29 PM
Equivalent Of VAL davidm Excel Programming 4 July 27th 05 06:22 PM
Lotus Equivalent Brian Keanie Excel Discussion (Misc queries) 6 January 2nd 05 10:48 PM
VBA equivalent of findstr lothario[_77_] Excel Programming 2 February 12th 04 03:01 PM


All times are GMT +1. The time now is 05:12 PM.

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

About Us

"It's about Microsoft Excel"