Viewing post 1 (of 1 total)
Hi,
With respect to your line causing the error:
Set Rank = cmd.Execute
I think you are just missing the brackets off the end and it should read like this:
Set Rank = cmd.Execute()
Hope...
May 25, 2012 at 7:27 am
#1493147