- Joined
- May 26, 2014
- Messages
- 1
- Reaction score
- 0
Hi There!
I'm trying to get the coordinates values in my excel file to update after using Oledb, For exemple I get the value "test" related coordinates A21, i want to get as well the value "A21" because after that, I want to update my value "test" to "City"
UPDATE [Sheet3$] SET A21 ='City'; -- it's possible ?
Pleeease, i really need help
I'm trying to get the coordinates values in my excel file to update after using Oledb, For exemple I get the value "test" related coordinates A21, i want to get as well the value "A21" because after that, I want to update my value "test" to "City"
UPDATE [Sheet3$] SET A21 ='City'; -- it's possible ?
Pleeease, i really need help
Last edited: