Hi there
i have some macros in Word which
1. opens Excel sheet from Word (hidden)
2. Searches through sheet for string
3. if found it returns the values of cells in same row
4. Those values are then used in Word
I am currently using a loop to goo through each row.
This works well but...it's too slow, specially when the excel sheet has >500 rows
Is there a faster way to seek and collect data from excel and use it in Word ?
thanks in advance for your help
i have some macros in Word which
1. opens Excel sheet from Word (hidden)
2. Searches through sheet for string
3. if found it returns the values of cells in same row
4. Those values are then used in Word
I am currently using a loop to goo through each row.
This works well but...it's too slow, specially when the excel sheet has >500 rows
Is there a faster way to seek and collect data from excel and use it in Word ?
thanks in advance for your help