I am very happy to conect u sir really i am new in this chanel nut really amazing sirrrr...super thankyou sir
@PKAnExcelExpert5 жыл бұрын
Thanks for your valuable feedback
@realgoodscoobysnacks4 жыл бұрын
@@PKAnExcelExpert How can I put an Excel VBA macro together that can go through all Word docs in a folder and pull document properties. Is it something like how you set the macro up in this video. I have been struggling with this problem. I think it may require BuiltinDocumentProperties code. but I don't know how to employ it to go into a word and copy a doc property such as "Total editing time" from many word documents and put it into a report in excel like you did in this video. Please help if you can. Thanks
@rajeshmuthu98815 жыл бұрын
Really it is very useful. Thank you so much
@PKAnExcelExpert5 жыл бұрын
Thanks for your valuable feedback
@alaaahmed60506 жыл бұрын
Excellent Video
@PKAnExcelExpert6 жыл бұрын
Thanks for your valuable feedback
@FR-bn5fd3 жыл бұрын
Thank you very much!
@abdulsafwan71110 ай бұрын
Is that possible if folderpath is more than 254 characters.?
@MohammadMohiuddin-bd2 жыл бұрын
Sir, thank you for create this video. Could you please create a video, how import data from excel file with some specific column & data.
@sakibtalukder-68902 жыл бұрын
Thank You Sir
@PKAnExcelExpert2 жыл бұрын
Most welcome
@rockyadam096 жыл бұрын
Thanks this is very useful
@PKAnExcelExpert6 жыл бұрын
Thanks for your valuable feedback
@ibm988525 жыл бұрын
Awesome keep rocking
@PKAnExcelExpert5 жыл бұрын
Thanks for your valuable feedback
@DurgeshYadav-gu6tt4 жыл бұрын
sir can we get the duration of a list of .wav or .mp3 files into ecel through VBA
@dattatryakorde95845 жыл бұрын
Sir can we take file path name or object names
@aguarunaagua4 жыл бұрын
Excelente
@PKAnExcelExpert4 жыл бұрын
Thanks for your valuable feedback
@Twenty-rl5lc3 жыл бұрын
It's very useful info bro I have small , same macro can we get inside of file how many rows data.
@charlesdawnbeltran96033 жыл бұрын
If a I have pdf files inside a folder and I want to know what are pdf versions of those file. Is it possible as well? Thank you
@abcd2-k4s5 жыл бұрын
Sir with command button I want to PDF Excel files not macro
@mkradeshaha33654 жыл бұрын
Sir how to create excel range to jpg vba button click file save multi image
@MohAboAbdo6 жыл бұрын
Thanks ... Thanks ... Thanks ...
@PKAnExcelExpert6 жыл бұрын
Thanks for watching
@ashishbhatt063 жыл бұрын
How can we add Authors name of file ?
@nirmaysawant12345 жыл бұрын
Hii PK ! I tried this code and faced Run Time error 91 on this part of the code Set fo = fso.GetFolder(sh.Range("H1").Value) kindly help resolving this issue
@archanarozini60454 жыл бұрын
That means he has saved the file location in his worksheet at location "H1".
@manikandaprabhu44156 жыл бұрын
Hi Sir! Thank you so much! I want to know how to merge excel files ! Can you please post video on this
@mayanksakaria62386 жыл бұрын
Hi sir, Your videos are really awesome, I have learned many things from that. This is regards of a project that i am making in my company about automating letters using excel.. For example : if there is a letter template given on certain loaction and i need excel to open that and amend the required fills or empyt fills and create a letter in ms word.. Please help. Awaiting your prompt reponse
@mrtechguru3416 жыл бұрын
Nice. Bro
@PKAnExcelExpert6 жыл бұрын
Thanks for your valuable feedback
@ranjithkgupta16326 жыл бұрын
Sir I have a task in my office, can you help me. There are few hundreds of Excel files with different Mobile numbers in various folders. If I enter a Mobile number in Search box in start menu then it will display a list of Excel files in which mobile number is there. Now my boss wants to prepare a Excel sheet where if he enters one or multiple mobile numbers then in next sheet all the File Names with its location in Computer should get updated in which those Mobile numbers are there.... PLEASE LET ME KNOW OR TEACH ME HOW IT CAN BE DONE..
@PKAnExcelExpert6 жыл бұрын
Hi Rinku, I will definitely try to make such video very soon.
@ranjithkgupta16326 жыл бұрын
Thank you so much Sir for considering my query. I will be waiting for the result. If that works then it's a promise I will do something to make you happy, like donation or doing something for needy.😊
@kirankapruwan88924 жыл бұрын
Very informative video. But one thing I can't understand. New keyword used for declaring object for fso. But not for folders and files. What is the significance of new keyword and why not used for folders and files objects.
@davidhudson24974 жыл бұрын
Very useful, what would I need to add to the code to include the file length. As in Name, Type, Length? Thank you.
@accu962 жыл бұрын
length? what's that?
@davidhudson24972 жыл бұрын
@@accu96 Length = the amount of hours: Minutes: seconds . As in the File header.. Name, Size, Length, Date, Type
@accu962 жыл бұрын
@@davidhudson2497 You mean the playback time length? In a playable file, like a music or a video clip file.
@davidhudson24972 жыл бұрын
@@accu96 Yes, but filename, file type, length (Time) etc. Detail about the file or files.
@accu962 жыл бұрын
@@davidhudson2497 As far as I understand, it's not possible. You can refer to the list of the properties.