Thread: user form VBA
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
GregJG[_5_] GregJG[_5_] is offline
external usenet poster
 
Posts: 1
Default user form VBA

Hey Tom,

I found out the problem.

Me.cboCust.List = rng

should be

Me.cboCust.List = rng.value

guessing it has something to do with office 2003

Thanks alot for your help. I wouldn't have been able to figure it ou
on my own

--
Message posted from http://www.ExcelForum.com