Vba find...

ISY

Active Member
Joined
Nov 16, 2009
Messages
430
Office Version
  1. 365
Platform
  1. Windows
I'm trying to get the following information:
Vba to list the properties File of the Excel file type contained: Sheets1, Sheets2 ... ecc
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
I'm not quite sure what you're asking for. Do you want to list in an Excel sheet the file properties, for example size, date created, of all Excel files (*.xls) in a specific folder? If so, what is the specific folder and which file properties?

Otherwise if I'm wrong, please explain exactly what you want.
 
Upvote 0
Hallo

I hope to further clarify the request, I would peter list the cards as an excel file without opening the image file, but reading the data in a disk type: explorer

following image




Of course these properties can be read without problems if the file is open
Thanks for the suggestions
 
Upvote 0
Hallo

Thank you for answer, I think there is only this possibility.
I saw the code, but on my Windows XP SP2 PC is missing some references to test:
----------------------------------------------------
'****'Needs a reference to:
'****'Microsoft ActiveX Data Object X.X Library
'****'Microsoft ADO Ext. X.X for DLL and Security
'****
Dim objConn As ADODB.Connection
----------------------------------------------------
How can I fix?
 
Upvote 0
Hallo




I loaded a bit and now works will remove unnecessary ones.
Thank you so much hours will finish the tests
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top