View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
michaelberrier
 
Posts: n/a
Default Userform Initialize & combo box values

I've tried adding this several places, but I get a "permission denied"
error. Where would I put this?

Chip Pearson wrote:
There is the Chr function that returns a string based on the
ASCII value passed in. E.g.,

Debug.Print Chr(48)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"baxybaxy"
wrote in
message
...

isn't there a char() function in vba?

can you add 64 to ictr and set the value to char(ictr)?


--
baxybaxy
------------------------------------------------------------------------
baxybaxy's Profile:
http://www.excelforum.com/member.php...o&userid=35824
View this thread:
http://www.excelforum.com/showthread...hreadid=556059