I was wondering if anyone could do me a favor and post a example of code written in extra which pulls data from excels cells, and if possible an example of extra populating a excel sheet?
thx in advance...
I thought this was the correct syntax for excel but it fails to work, given the object has already been created...
Dim Claim As Integer
Claim = objWorkBook.WorkSheets.Cells(4,2).Value
Msgbox Claim
thx in advance...
I thought this was the correct syntax for excel but it fails to work, given the object has already been created...
Dim Claim As Integer
Claim = objWorkBook.WorkSheets.Cells(4,2).Value
Msgbox Claim