View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chet Chet is offline
external usenet poster
 
Posts: 88
Default Is it possible to send a "variable" to a userform text box?

I have previously sent fixed values to a userform text box but is it
possible to have my code take some user input then feed that user
input to a userform text box during the same run of the code? In
other words my text box could say "Program will run for location xxxx"
where xxxx is the variable that can change with each run of the code?

Thanks,
Chet