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

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 14

  • @jannopotestades3205
    @jannopotestades3205 2 года назад +1

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

  • @adotpentol
    @adotpentol Год назад +1

    the best solution to get filename, thankyou so much

  • @jacksonribas5397
    @jacksonribas5397 6 месяцев назад +1

    solucionou meu problema, obrigado!

  • @arav8431
    @arav8431 2 года назад +1

    Great Code Its working for my project

  • @Sheik41
    @Sheik41 2 года назад +1

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

  • @silverlicious2086
    @silverlicious2086 3 года назад +1

    Nice example. Thank you

  • @MohAboAbdo
    @MohAboAbdo 3 года назад +1

    Thank You So Mutch Sir.

  • @susmithasunil6611
    @susmithasunil6611 3 года назад +2

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

  • @meenakshisundar9304
    @meenakshisundar9304 3 года назад +1

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

  • @fender569
    @fender569 3 года назад +1

    ok

  • @karmusinghsiddhu190
    @karmusinghsiddhu190 3 года назад +1

    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.