here are the full code
Dim objXL As Excel.Application
Dim objWkb As Excel.Workbook
Dim objSht As Excel.Worksheet
Set objXL = New Excel.Application
objXL.Visible = True
Set objWkb = objXL.Workbooks.Open("c:\excel_templates\template_A1.xls")
dim fvariabe
Set objSht = objWkb.Worksheets("output")
I figure out that
Is it there a way I can limit third arg which I'm using 2 mean I have to look in entire 2 colum
it there a way I can limit this to look up to certain row in that colum.
Thanks for kind reply
it's working now
I just have little trouble in syntex
I need to work with dynamic range value
like range("f" & mr : g & cr")
where mr is integer giving me row number
and cr is integer giving me cloumn number
it will help me eo change search limit dynamically
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.