View Single Post
 
Old 11-12-2013, 12:20 AM
Evolta Evolta is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Oct 2013
Posts: 15
Evolta is on a distinguished road
Default

This is my table:
|Number|Name|Age|
|1|Frits|37|
|2|Henk|48|
|3|Tony|85|
|4|Robin|21|
...

This is my code:
DATABASE {.....} \s "SELECT * FROM `Sheet1$A1:C10` WHERE Nummer = 2"

What I want:
- To change that code so that I can select just one cell.
- To change the value of 2 to value X. Where X is a bookmark number somewhere on top of the document
Reply With Quote