getfile

  1. R

    VBA to get files and edit their meta data

    Is there a way to create a list of files in a folder including subfolders and then display the title/description and Author? I have to update the metadata in lots of pdf files and it's taking forever to do this manually. I know there are ways to use VBA to get a list of files from a...
  2. U

    Format date in function as value

    Hi all! I'm new to this forum and I'm not quite an expert in VBA, but I'm trying. I use this function to get the filedate time from a file: Function GetFileDateTime(R As Range) Set R = R.Cells(1, 1) GetFileDateTime = format(filedatetime(R.Value), "dd-mm-yyyy hh:nn") End Function This works...
  3. Z

    Moving back to open file

    Hi All, I found some code to select a file to open. This works really well. I'm trying to build a macro that will switch to this file later on. Windows (fNameAndPath).Activate But I keep getting an error, I've tried to add " but no joy. Can someone help please? Original code: Sub GetFile()...
  4. S

    VBA Code to reference unnamed workbooks

    Hi, I need to copy data from one workbook to another workbook. but macro will be run from third workbook. The following code is throwing an error saying subscript out of range. Can somebody help Private Sub CommandButton1_Click() ' macro is run from command button from other workbook Dim...
  5. S

    VBA Code subscript out of range Error

    Hi, I tried my best to run the following code, but could not success. This code will be run from separate workbook. where all the macros are placed. it is throwing an error "Run time error '9', Subscript out of Range". I Guess somebody could help Private Sub CommandButton1_Click() Dim...

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