last saved by

  1. T

    VBA Function for Last Modified User using FSO

    I have the current VBA code for a function within Excel: Sub test() Const strFullName As String = "C:\My Documents\nosuchbook.xls" If FileExists(strFullName) Then MsgBox FileLastModified(strFullName) Else MsgBox "Cannot find the file : " & vbNewLine &...
  2. M

    VBA List Files in Folder with Author & Last Saved by Properties

    Help Pretty please.;) My brain hurts and I still can't get the right code.:confused: :mad: I need VBA to return file author and last saved by. Here is the current code: Option Explicit 'the first row with data Const ROW_FIRST As Integer = 2, TFNameCol As Integer = 9, TFCountCol As Integer =...

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