View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
paradise paradise is offline
external usenet poster
 
Posts: 11
Default Autofill months in cell

I have a combobox in userform containing months like January,

February, March,so on. How do i write a code such that if the user

select a particular month (say January) in the combobox, it will be

written to cell A1, after which the program could autofill the months

from cell A2 downwards, reflecting February, March, and so on.?

Thanks:)