View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Atishoo Atishoo is offline
external usenet poster
 
Posts: 267
Default Listbox Column Display

Are you not using a microsoft forms list box from the control toolbox?
in which case it should be a list fill range rather than row source being
set to a1:f10

"Francis Ang" wrote:

My listbox will only display Column B to Column F and not Column A even
though I have set my RowSource to "Sheet1!A1:F10".

Where did I go wrong? Please help