GUIDO22 Registered User. Local time Today, 08:03 Joined Nov 2, 2003 Messages 515 Dec 15, 2005 #1 Hi In Excel I need to display a cell value in a text box control - simple....??? Can someone tell me how to do this please. Thank you. Guido
Hi In Excel I need to display a cell value in a text box control - simple....??? Can someone tell me how to do this please. Thank you. Guido
Jibbadiah James Local time Today, 17:03 Joined May 19, 2005 Messages 282 Dec 15, 2005 #2 In the properties of the text box put a reference to the cell that you want in the 'linked cell' parameter field. i.e. A1
In the properties of the text box put a reference to the cell that you want in the 'linked cell' parameter field. i.e. A1
GUIDO22 Registered User. Local time Today, 08:03 Joined Nov 2, 2003 Messages 515 Dec 15, 2005 #3 Jibbadiah said: In the properties of the text box put a reference to the cell that you want in the 'linked cell' parameter field. i.e. A1 Click to expand... Tried it - doesnt work.... displays it as a string value in the text box
Jibbadiah said: In the properties of the text box put a reference to the cell that you want in the 'linked cell' parameter field. i.e. A1 Click to expand... Tried it - doesnt work.... displays it as a string value in the text box
GUIDO22 Registered User. Local time Today, 08:03 Joined Nov 2, 2003 Messages 515 Dec 15, 2005 #4 I 'm sorry - you are quite right - I was using the Text field not the Linked Cell field. THanks!