Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |