View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Spencer.Sadkin@gmail.com is offline
external usenet poster
 
Posts: 42
Default change variable type

what is the vba function that is like the vb Ctype?


i have a bunch of checkboxes that get created programatically with
names based on an array. i need to test these values so i have a
variabled dimmed as checkbox and i need to set this based on the names
in the array.

thanks