Question : Excel VBA Error - Trying to select range

Hi,

On this line
   Set rng1 = Intersect(Sheets("Commission Payable Summary").UsedRange, Columns("B"))

I get the error
   Method 'Intersect' of object '_Global' failed

Im trying select Column B on the specified worksheet.

Regards
Sm17ch

Answer : Excel VBA Error - Trying to select range

wow, quite a bit of code.

First thing I would do is comment this out

ViewJobLinkerForm.Dispose();
Random Solutions  
 
programming4us programming4us