Share via

Linking a cell to a text box

Anonymous
2018-04-11T12:39:20+00:00

I am trying to make a template in Excel so I can print checks.  I have set up two different tabs - the first one has all of my check information it, payee, dollar amount, ect.  The second tab is my check template.  I am placing text boxes on the page so it matches up with my paper checks.  I need to link my information on tab 1 to my text boxes on tab 2.  I try and do the equal sign and click on the cell I want, but it's not working.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-04-11T14:19:47+00:00

Hi Shelly,

A textbox is a Shape Object.

When we insert a textbox in a worksheet, Excel gives it a name such as "TextBox 1".

There is no excel formula which has any direct access to such Shape Objects.

However, using an Excel Macro, one can capture the text box content and paste it in desired cell.

If you are interested in such a Excel Macro (VBA code), then have a look at the following site.

They have shared one such sample macro.

https://www.extendoffice.com/documents/excel/4047-excel-convert-textbox-to-cell.html

Hope this Helps.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-04-12T18:29:31+00:00

    I think they want the opposite - in the textbox have a link to a cell.

    That is possible - just select the textbox by right-clicking it and (this part is important) then in the formula bar type = and then click on the cell that has the value you want to appear in the text box.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-04-13T02:45:52+00:00

    If what you guess is true then it is very simple - as rightly guided by you.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-04-12T16:33:38+00:00

    Hi Shelly,

    Please try Rajesh's suggestion. If you still have problems, please post back to let us help you.

    Thanks,

    Rena

    Was this answer helpful?

    0 comments No comments