View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PO PO is offline
external usenet poster
 
Posts: 66
Default Referncing objects in spreadsheet

Hi!

I have inserted a frame object in a spreadsheet. Inside the frame I have
placed 5 textboxes. I want to link the textboxes text to a cell in the
spreadsheet.

For instance, formula in Cell A1:
=Frame1.Textbox1.Text

The above formula, of course, doesn't work. How do I do this?

TIA
PO