Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Remou

  1. Remou

    combining data from other worksheets to master sheet

    You can paste this code into a module in a copy of the master worksheet to test. It should copy c6:c307 into a new column from the newest file. Function MostRecentFile(fldr) 'This uses late binding, so a reference 'is not required. 'Note that there is no error coding - it 'should be added...
  2. Remou

    combining data from other worksheets to master sheet

    The most recent file in a folder can be found using the FileSystemObject: Function MostRecentFile(fldr) 'Reference: Microsoft Scripting Runtime Dim f As File, fl As Folder, fs As FileSystemObject Dim fd As Date Dim fname As String Set fs = CreateObject("Scripting.FileSystemObject")...
  3. Remou

    Hotkeys: alt + ?

    Charmap.exe should be available if you are running Windows, Start->Run->Charmap.exe.

Part and Inventory Search