P
Paul Watkins
Hi
I have a Spreadsheet that has VB Code under 'Sheet1' that does various
calculations.
In 'workbook open' i have
Range ("A1").Select ( this updates Sheet1) from opening the workbook.
The Problem:
I Also have a macro that transfers some data from one workbook into this
one.(run on certain dates only)
part of this macro requires a paste into a range of cells.
For some reason it crashes at the point of pasting ( i think it's because i
have A1 selected from the Workbook Open)
Is there any way around this.
Thanks in advance
Paul
I have a Spreadsheet that has VB Code under 'Sheet1' that does various
calculations.
In 'workbook open' i have
Range ("A1").Select ( this updates Sheet1) from opening the workbook.
The Problem:
I Also have a macro that transfers some data from one workbook into this
one.(run on certain dates only)
part of this macro requires a paste into a range of cells.
For some reason it crashes at the point of pasting ( i think it's because i
have A1 selected from the Workbook Open)
Is there any way around this.
Thanks in advance
Paul