Thread: userform
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Antonov Antonov is offline
external usenet poster
 
Posts: 44
Default userform

Hi there Losmac
where do I have to input the code? I have tried it but nothing happened
"losmac" wrote in message
...
Hello Antonov,

The simplest way to do it with code is:
TextBox1.Text = ThisWorkbook.Worksheets("name").Range("A1").Formul a


Użytkownik "Antonov" napisał w wiadomości
...
hello everybody. I have a question: I need a userform to have a cell or

a
text box or whatever in which I can see the content of a cell in a

workbook
(i.e. =sheet!2 e10). is it possible?