Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Import Access Table into Excel. I appreciate your assistance. Thanks!

I have a table in Access called "Invested Related". All the analysis
is to be done in Excel.

I want to implement a button in EXCEL. Such that when the user clicks
on it, it will go to Access get that Table and then paste it in the
current workbook.

Then when it's pasted in Excel (there are about 10 Categories), I want
the categories to be sorted using the category called "Invested". So
Basically, only show me columns for "Invested."

Is there anyway this can be done in Excel?

I greatly appreciate your efforts, guys!

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Import Access Table into Excel. I appreciate your assistance. Thanks!

Hi Damil4real

Maybe this page will help
http://www.rondebruin.nl/accessexcel.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Damil4real" wrote in message ...
I have a table in Access called "Invested Related". All the analysis
is to be done in Excel.

I want to implement a button in EXCEL. Such that when the user clicks
on it, it will go to Access get that Table and then paste it in the
current workbook.

Then when it's pasted in Excel (there are about 10 Categories), I want
the categories to be sorted using the category called "Invested". So
Basically, only show me columns for "Invested."

Is there anyway this can be done in Excel?

I greatly appreciate your efforts, guys!

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Import Access Table into Excel. I appreciate your assistance.Thanks!

On Sep 11, 2:13*pm, "Ron de Bruin" wrote:
Hi Damil4real

Maybe this page will helphttp://www.rondebruin.nl/accessexcel.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



"Damil4real" wrote in ...
I have a table in Access called "Invested Related". All the analysis
is to be done in Excel.


I want to implement a button in EXCEL. Such that when the user clicks
on it, it will go to Access get that Table and then paste it in the
current workbook.


Then when it's pasted in Excel (there are about 10 Categories), I want
the categories to be sorted using the category called "Invested". So
Basically, only show me columns for "Invested."


Is there anyway this can be done in Excel?


I greatly appreciate your efforts, guys!


Thanks!- Hide quoted text -


- Show quoted text -


Thanks! I visited that page, and I tried all of the codes, but none
worked. I received errors on them all.

I appreciate any assistance.

Thanks!
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Import Access Table into Excel. I appreciate your assistance. Thanks!

That's interesting

What kind of errors ?
Which Excel version do you use ?


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Damil4real" wrote in message ...
On Sep 11, 2:13 pm, "Ron de Bruin" wrote:
Hi Damil4real

Maybe this page will helphttp://www.rondebruin.nl/accessexcel.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



"Damil4real" wrote in ...
I have a table in Access called "Invested Related". All the analysis
is to be done in Excel.


I want to implement a button in EXCEL. Such that when the user clicks
on it, it will go to Access get that Table and then paste it in the
current workbook.


Then when it's pasted in Excel (there are about 10 Categories), I want
the categories to be sorted using the category called "Invested". So
Basically, only show me columns for "Invested."


Is there anyway this can be done in Excel?


I greatly appreciate your efforts, guys!


Thanks!- Hide quoted text -


- Show quoted text -


Thanks! I visited that page, and I tried all of the codes, but none
worked. I received errors on them all.

I appreciate any assistance.

Thanks!
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Import Access Table into Excel. I appreciate your assistance.Thanks!

On Sep 11, 3:08*pm, "Ron de Bruin" wrote:
That's interesting

What kind of errors ?
Which Excel version do you use ?

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Damil4real" wrote in ...

On Sep 11, 2:13 pm, "Ron de Bruin" wrote:





Hi Damil4real


Maybe this page will helphttp://www.rondebruin.nl/accessexcel.htm


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


"Damil4real" wrote in ...
I have a table in Access called "Invested Related". All the analysis
is to be done in Excel.


I want to implement a button in EXCEL. Such that when the user clicks
on it, it will go to Access get that Table and then paste it in the
current workbook.


Then when it's pasted in Excel (there are about 10 Categories), I want
the categories to be sorted using the category called "Invested". So
Basically, only show me columns for "Invested."


Is there anyway this can be done in Excel?


I greatly appreciate your efforts, guys!


Thanks!- Hide quoted text -


- Show quoted text -


Thanks! I visited that page, and I tried all of the codes, but none
worked. I received errors on them all.

I appreciate any assistance.

Thanks!- Hide quoted text -

- Show quoted text -



Version 2003.

Error says: "Compile error: Sub or Function not defined"

Then Sub Test1() is highlighted.

I ended the suggested code as follows:

Sub Test1()
'This example retrieves the data for the records in which ShipCountry
= Germany
GetDataFromAccess ThisWorkbook.Path & "/access file name.mdb",
"table name", _
"XX", "=", "XX", _
Sheets("Book4").Range("A8"), _
"*", True, True
End Sub


Code didn't work.

Thanks for your help!


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Import Access Table into Excel. I appreciate your assistance. Thanks!

Did you download my examples ?

I think you only copy the small macro
Test the download first


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Damil4real" wrote in message ...
On Sep 11, 3:08 pm, "Ron de Bruin" wrote:
That's interesting

What kind of errors ?
Which Excel version do you use ?

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Damil4real" wrote in ...

On Sep 11, 2:13 pm, "Ron de Bruin" wrote:





Hi Damil4real


Maybe this page will helphttp://www.rondebruin.nl/accessexcel.htm


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


"Damil4real" wrote in ...
I have a table in Access called "Invested Related". All the analysis
is to be done in Excel.


I want to implement a button in EXCEL. Such that when the user clicks
on it, it will go to Access get that Table and then paste it in the
current workbook.


Then when it's pasted in Excel (there are about 10 Categories), I want
the categories to be sorted using the category called "Invested". So
Basically, only show me columns for "Invested."


Is there anyway this can be done in Excel?


I greatly appreciate your efforts, guys!


Thanks!- Hide quoted text -


- Show quoted text -


Thanks! I visited that page, and I tried all of the codes, but none
worked. I received errors on them all.

I appreciate any assistance.

Thanks!- Hide quoted text -

- Show quoted text -



Version 2003.

Error says: "Compile error: Sub or Function not defined"

Then Sub Test1() is highlighted.

I ended the suggested code as follows:

Sub Test1()
'This example retrieves the data for the records in which ShipCountry
= Germany
GetDataFromAccess ThisWorkbook.Path & "/access file name.mdb",
"table name", _
"XX", "=", "XX", _
Sheets("Book4").Range("A8"), _
"*", True, True
End Sub


Code didn't work.

Thanks for your help!
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
import access data into excel George Applegate[_2_] Excel Discussion (Misc queries) 1 April 18th 08 10:13 PM
How do I import from Access to Excel Srikanth Excel Discussion (Misc queries) 6 January 7th 08 05:15 AM
Import Access Table into Excel Irishimp23 Excel Worksheet Functions 3 June 21st 07 04:50 PM
Import Access into Excel bcman Excel Discussion (Misc queries) 0 April 12th 06 05:58 PM
Import from Access to Excel, via pivot table Ali Excel Discussion (Misc queries) 1 March 14th 06 10:42 PM


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