Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Opening and retrieving information from numerous excel sheets

I am currently trying to do work with numerous different excel sheets. I am
looking for the user to open a blank Excel worksheet and click a button. This
button will make a dialogue box appear and ask which worksheets the user
would like to open. After this task is done, I would like to select a cell
from each sheet opened (for example cell A1). How would I do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Opening and retrieving information from numerous excel sheets

Here's something to get you started.

This is one way to open an Excel file. You can put it in the click event of
a button in any office program.

'Open Excel
Shell """C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"" " & _
"""N:\MyPath\MySpreadsheet.xls""", vbMaximizedFocus
--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003


"BZeyger" wrote:

I am currently trying to do work with numerous different excel sheets. I am
looking for the user to open a blank Excel worksheet and click a button. This
button will make a dialogue box appear and ask which worksheets the user
would like to open. After this task is done, I would like to select a cell
from each sheet opened (for example cell A1). How would I do this?

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
how to lookup in numerous different sheets Zak Excel Discussion (Misc queries) 6 January 11th 08 12:24 PM
Comparing numerous sheets Zak Excel Discussion (Misc queries) 5 January 10th 08 09:57 PM
VLOOKUP not retrieving all information Nick Excel Discussion (Misc queries) 1 April 24th 07 04:30 AM
retrieving information hsb101 Excel Discussion (Misc queries) 1 August 3rd 06 09:15 AM
Retrieving information for a day of the week... Chase Excel Worksheet Functions 0 October 21st 05 04:05 PM


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