Prev: I want to compare totals and flag those less than or more than
Next: auto sum in lower right corner does not appear when I highligh
From: Webtechie on 26 Mar 2010 11:31 Hello, I've drawn a textbox on my spreadsheet. I want to link that textbox to the cell right below it. The reason for this is the text will be bigger in font that the row below. I already have a prefined print range. So by adding a textbox, my rows won't be made bigger. The textbox can be formatted to a barcode font. Question ====== I don't know how to link a textbox to a cell. I can do it in VBA on a userform. But on the spreadsheet, can a textbox be linked to a cell? Thanks, Tony
From: stumac on 26 Mar 2010 12:19 to link it to cell A1 - select the textbox, click into the formula bar and =A1 Hth Stu "Webtechie" wrote: > Hello, > > I've drawn a textbox on my spreadsheet. I want to link that textbox to the > cell right below it. The reason for this is the text will be bigger in font > that the row below. I already have a prefined print range. So by adding a > textbox, my rows won't be made bigger. The textbox can be formatted to a > barcode font. > > Question > ====== > > I don't know how to link a textbox to a cell. I can do it in VBA on a > userform. But on the spreadsheet, can a textbox be linked to a cell? > > Thanks, > > Tony
From: Webtechie on 26 Mar 2010 12:28
Thank you!!!!! "stumac" wrote: > to link it to cell A1 - select the textbox, click into the formula bar and =A1 > > Hth > Stu > > "Webtechie" wrote: > > > Hello, > > > > I've drawn a textbox on my spreadsheet. I want to link that textbox to the > > cell right below it. The reason for this is the text will be bigger in font > > that the row below. I already have a prefined print range. So by adding a > > textbox, my rows won't be made bigger. The textbox can be formatted to a > > barcode font. > > > > Question > > ====== > > > > I don't know how to link a textbox to a cell. I can do it in VBA on a > > userform. But on the spreadsheet, can a textbox be linked to a cell? > > > > Thanks, > > > > Tony |