View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Populate one combo box based on the selection of another combo

Try:

dim iRow as long

(Instead of integer)

Alex wrote:

I am getting an overflow error message at
iRow = iRow + 1

can I send you the file?

"merjet" wrote:

Oops.

"3).Loc" s/b "3).Address" in 2 places

Merjet




--

Dave Peterson