Cutting cell with object
I have a number of macros which run just fine on the computer that I
generated them on. This computer has Excel version 2002 SP3. The code fails
on a simple operation when I run the code on another machine with Excel
version 2000. The section of code is:
Range("E3").Select
Selection.Cut
Picture_Column = NumberOfCategories + 6
Sheets("All Concepts").Cells(3, Picture_Column).Select
ActiveSheet.Paste
Range("E3") contains a button and scroll bar that I want to move to another
location. Is the issue as simple as the difference in Excel versions or is
there something subtle I am missing.
Thanks in advance for your help.
|