JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
What is the VBA code I would need to use to update the Quan cell for Item C? I want to use Table addressing, not "D8". That is, I will have found item C and now I want to update its Quan value.
Suppose I have the name of the table stored in the VBA variable rnTable.
Suppose I have the name of the table stored in the VBA variable rnTable.
Tables.xlsx | ||||
---|---|---|---|---|
C | D | |||
5 | Item | Quan | ||
6 | A | 10 | ||
7 | B | 25 | ||
8 | C | |||
9 | D | 12 | ||
10 | E | 5 | ||
VBA Access |