Thread: VBA text Box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Soccer boy[_2_] Soccer boy[_2_] is offline
external usenet poster
 
Posts: 16
Default VBA text Box

is it possible to have a textbox that will automatically update with a value
as the spreadsheets are updated.
In the textbox i am setting the text equal to a cell, but the textbox is
still showing the same. it is like it doesnt recognize what i am trying to
do. is their another way of doing this

it is currently showing 220
however in the textbox i set the text = 'Sheet 1'!$A$12
which should give it a value of 334 i do not know where it is getting 220
from. Please Help