VBA to Extract File Name and File extension from File Path - Get File Information in Excel

This Excel VBA Tutorial explains, how to get Filename from path and file extension in Excel using VBA. Use simple VBA Code to get files information in Excel from a Path, Folder or Subfolder.
This VBA Code can be use for Excel VBA Automation.

Пікірлер: 14

  • @adotpencil
    @adotpencil10 ай бұрын

    the best solution to get filename, thankyou so much

  • @jannopotestades3205
    @jannopotestades32052 жыл бұрын

    I've been looking for this solution for hours and you saved me from my presentation to my client. Thank you!

  • @jacksonribas5397
    @jacksonribas53973 ай бұрын

    solucionou meu problema, obrigado!

  • @arav8431
    @arav8431 Жыл бұрын

    Great Code Its working for my project

  • @ExcelDestination

    @ExcelDestination

    Жыл бұрын

    Thanks

  • @silverlicious2086
    @silverlicious20863 жыл бұрын

    Nice example. Thank you

  • @MohAboAbdo
    @MohAboAbdo3 жыл бұрын

    Thank You So Mutch Sir.

  • @Sheik41
    @Sheik412 жыл бұрын

    Great job buddy thank you for the code.👌💪❤️👍

  • @ExcelDestination

    @ExcelDestination

    2 жыл бұрын

    Welcome

  • @susmithasunil6611
    @susmithasunil66113 жыл бұрын

    How to give cell reference for file name when we are extracting bulk file

  • @meenakshisundar9304
    @meenakshisundar93043 жыл бұрын

    While cancel the action, it is showing as False. How to fix?

  • @fender569
    @fender5693 жыл бұрын

    ok

  • @karmusinghsiddhu190
    @karmusinghsiddhu1903 жыл бұрын

    gd morning can please correct this gor me, and i am new in this VBA Private Sub Worksheet_SelectionChange(ByVal Target As Range) Dim G As Integer Dim varno As Long On Error Resume Next Dim myRow As Range With Sheet1 'Range("I5").Select 'Selection.AutoFill _ Destination:=Range("I5:I30"), Type:=xlFillDefault 'Application.ScreenUpdating = true '.Range("$L$12") = "= .Range("$I$5") = "=IF{AND[F5="",G5="",H5=""},"",I4+F5-G5-H5}" Range("I30").Formula = "= (Balance)=SUM(F4:F30)=SUM(G4:G30)=SUM(H4:H30)=SUM(F30-G30-H30)" 'Application.ScreenUpdating = true End With 'End If End Sub thank for your help

  • @ExcelDestination

    @ExcelDestination

    3 жыл бұрын

    this code seems to be recorded. You can share your code at exceldestination@gmail.com. I will try to correct it.