mtroche
Civil/Environmental
- Jun 4, 2001
- 39
I am calling a procedure called TRET from an UserForm. TRET is located in sheet6. Here is part of my code:
If A=1 then
sheet6.TRET
else
call SUGAR
end if
The problem is that I can't call TRET from sheet6!! It says that there is a "Type mismatch". What I am doing wrong!!
If A=1 then
sheet6.TRET
else
call SUGAR
end if
The problem is that I can't call TRET from sheet6!! It says that there is a "Type mismatch". What I am doing wrong!!