AcousticalConsultant
Technical User
Hi,
I'm trying to automate a report in Word based on data entered in an Excel spreadsheet. So far everything's working, I just need Word to look at a specific cell in excel and write a sentence based on what it finds. For example, I know this is wrong, but this is what I tried:
If (Excel.Range("A1" = 0) Then
.
.
.
End If
Both Word and Excel are opened, and the documents in question are also open. All I need to do is verify that cell.
Thanks!
I'm trying to automate a report in Word based on data entered in an Excel spreadsheet. So far everything's working, I just need Word to look at a specific cell in excel and write a sentence based on what it finds. For example, I know this is wrong, but this is what I tried:
If (Excel.Range("A1" = 0) Then
.
.
.
End If
Both Word and Excel are opened, and the documents in question are also open. All I need to do is verify that cell.
Thanks!