Thank you PHV for the feedback. As am not a programmer I am still getting problem please advice as i am getting run time error type mismatch
Dim xlWB As Excel.Workbook
Dim xlApp As Object
Dim i As Integer
Dim ws As Worksheet
Dim text1 As String
text1 =...
If I try to run following script in word it gives error but if I use same in excel its fine. I am running word template to open excel sheet and then search for record in first row
Columns("A:A").Select
Selection.Find(What:="OBS", After:=ActiveCell, LookIn:=xlValues, LookAt _
:=xlPart...
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.