I am using the With - End With function but have the following problem:-
I want to use With Temp, where Temp is a variable.
VB uses the string Temp, rather than the contents of Temp
Is there any way round this??

Thanks

Roy