View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Userform List Box content not visible?

I have in the Row Source A1:A150. It will not let
me add anything else like you suggested Sheet1A1:A150.


You missed the exclamation mark (bang symbol) between the sheet name and the
range address...

Sheet1!A1:A10

--
Rick (MVP - Excel)