Forum Discussion
- vajindarladdadFrequent Contributor
Hi,
Range object will help you to solve your problem.
SYNTAX :
objRange.Find("Text to be searched in excel file)
http://stackoverflow.com/questions/19876039/how-to-find-an-exact-value-in-an-excel-sheet
https://msdn.microsoft.com/en-us/library/office/ff839746.aspx
- kavya_vOccasional Contributor
Thank you that was great help.
- kavya_vOccasional Contributor
I am trying to find Range on columns in vbscript
Excel1.Sheets("sheet1").Columns.Range("A4")
Object not supported error is displayed.
Can any1 help?
I need to Go select the entire column range,search and find the cell index where text is present .
Then search for a new column name(say Name/id) ,goto the same index and paste a new text in that cell.