I've used Visual Basic with Excel to look through my spreadsheet and make changes to "records" based on certain criteria. The syntax I used was:
ActiveSheet.Cells(3, 14) = something
where this would refer to the 3rd row, 14th column in the active spreadsheet.
Is there a similar way for me to look at for testing purposes and then make changes to a certain field for certain records in Access using VB?
ActiveSheet.Cells(3, 14) = something
where this would refer to the 3rd row, 14th column in the active spreadsheet.
Is there a similar way for me to look at for testing purposes and then make changes to a certain field for certain records in Access using VB?