I have the following code on a button:
Columns("BA:BK".Select - select the range
Selection.Copy - copy it
Sheets("Results".Select - select a different worksheet
Range("A1".Select - select a range/cell
ActiveSheet.Paste - paste it
When I run this from tools - macro - run macro - it works fine
when I assign it to the button it errors , 1004 - select method of range class failed
Why? Lamaar75@hotmail.com
Columns("BA:BK".Select - select the range
Selection.Copy - copy it
Sheets("Results".Select - select a different worksheet
Range("A1".Select - select a range/cell
ActiveSheet.Paste - paste it
When I run this from tools - macro - run macro - it works fine
when I assign it to the button it errors , 1004 - select method of range class failed
Why? Lamaar75@hotmail.com