Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I let Adresse be variant and it works
thanks "Bob Phillips" wrote: "Jim Cone" wrote in message ... Laurent, With range objects, they must be declared..."Dim" Not so, if not declared as a specific variable type, they will assume Variant/Empty, and when set to a specific range, will assume Variant/Range. |