Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Capture footer info without opening a workbook

VBA-wise, Is it possible to capture footer information from a sheet within a
workbook without opening the workbook?

I have a macro in an otherwise empty workbook. It loops through hundred of
xls files, capturing file name information. In some events, I would like the
footer information from a known sheetname within a workbook rather than the
file name. With so many files, opening would take too much time.

Thanks!

Using: MS Excel 2002 with Windows XP Professional
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Capture footer info without opening a workbook

It seems to me that, unless you have the XLS file format (something MS has
not published since Excel 97) and can read the unopened file as a stream of
bytes to find what you want, you'll have to open the file to get the page
footer.

--
Jim Rech
Excel MVP
"microfich" wrote in message
...
| VBA-wise, Is it possible to capture footer information from a sheet within
a
| workbook without opening the workbook?
|
| I have a macro in an otherwise empty workbook. It loops through hundred
of
| xls files, capturing file name information. In some events, I would like
the
| footer information from a known sheetname within a workbook rather than
the
| file name. With so many files, opening would take too much time.
|
| Thanks!
|
| Using: MS Excel 2002 with Windows XP Professional


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 do I capture the workbook window? Stacy Excel Discussion (Misc queries) 1 December 2nd 08 08:12 AM
How can I capture the last date a file was saved in the footer DNader Excel Discussion (Misc queries) 3 November 18th 08 02:27 PM
How do I capture info from multiple sheets to main worksheet? cempire5 Excel Discussion (Misc queries) 5 September 13th 07 03:36 AM
Capture the Workbook Name Minitman Excel Worksheet Functions 12 December 7th 05 04:50 PM
How do I set up a formula to capture info from many other cells? JoelWMD Excel Worksheet Functions 3 August 10th 05 07:50 PM


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