View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CR[_2_] CR[_2_] is offline
external usenet poster
 
Posts: 50
Default Swap values in userform txtboxes

I have two txtboxes on a userform.
txtheight and txtwidth, I want to add a checkbox that will change the value
of the height box (11) to the value of the width box (14) and vice versa.
In other words, change the two boxes from 11x14 to 14x11.

Thank you
CR