Link spreadsheet control and Excel worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

I want to ask how to link between a cell in the spreadsheet control and an
Excel worksheet cell, i.e. to have a link in the spreadsheet control that
will address to a worksheet.

Is it possible???

Regards

E
 
Perhaps you're talking about?...:

Range("A1").Value = Textbox1.Text
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top