Microsoft
Software
Hardware
Network
Question : Excel VBA Error - Trying to select range
Hi,
On this line
Set rng1 = Intersect(Sheets("Commissi
on 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
Changing the BackColor of a Button on a Form Through Code Placed in a Module
what's problem of select statement with group?
Date variable from another workbook, set as variable - VBA
Finding the source of a memory leak
Retrieve Macro security settings Excel 2007
How to Visualize linking between tables
Image as link...how to allign to text bottom?
C# random number question
manipulating components
Excel 2007 Chart - How to add a percent value on a bar chart?