Results 1 to 18 of 18

Thread: Get row number from a closed workbook

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    VBAX Expert
    Joined
    Sep 2016
    Posts
    788
    Location
    Sub test2()
         Dim s As String
         s = "PRO123456"
         ' Cells(1).Formula = "=Iferror(match(""" & s & """,'Q:\KUNDER\PROJEKTER\HPG\[HPG_DB.xlsx]Template_0'!$A:$A,0),""not found"")"
    End Sub
    Last edited by Aussiebear; 02-08-2025 at 09:02 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •