Thread: error message
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default error message

Hi,

I get the error message "Variable uses an Automation type not supported in
visual basic"

For i = 1 To (100 - IAGE)
x=xt(i)
Next i

But this type of logic has worked before.

Do I need to declare the variable i.

IAGE is declared as a double.

Excel 97

Thanks for your help.