View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Kauffman John Kauffman is offline
external usenet poster
 
Posts: 2
Default Passing Strings from UserForm to Module

Using VBA, I want to collect a range from the user with a UserForm, and then pass the range string to a subroutine in a module. I can pass numbers in this fashion, but I am unsuccessful passing strings. Any suggestions?