A
Adam1 Chicago
I'm having trouble with the ALL CAPS section of the following code (clearly
I'm a VBA novice). Any help is appreciated:
Selection.copy
WORKBOOKS (FILENAME1).SHEETS("CURRENT LONG").RANGE("A4").SELECT
WORKBOOKS (FILENAME1).SHEETS("CURRENT LONG").ACTIVESHEET.PASTE
WORKBOOKS (FILENAME1).SHEETS("CURRENT LONG").APPLICATION.CUTCOPYMODE = FALSE
I don't make it past the second line -- it doesn't seem to like the 'select'
command. I previously defined FILENAME1 in my code and it is being
recognized.
Thanks
I'm a VBA novice). Any help is appreciated:
Selection.copy
WORKBOOKS (FILENAME1).SHEETS("CURRENT LONG").RANGE("A4").SELECT
WORKBOOKS (FILENAME1).SHEETS("CURRENT LONG").ACTIVESHEET.PASTE
WORKBOOKS (FILENAME1).SHEETS("CURRENT LONG").APPLICATION.CUTCOPYMODE = FALSE
I don't make it past the second line -- it doesn't seem to like the 'select'
command. I previously defined FILENAME1 in my code and it is being
recognized.
Thanks